chore: 移除Jenkins配置

This commit is contained in:
2026-08-02 10:21:05 +08:00
parent a87fdba4cc
commit 4dc75175e6
3 changed files with 2 additions and 91 deletions
+2 -3
View File
@@ -4,8 +4,7 @@
## 当前部署方式
- **Jenkinsfile / Jenkinsfile-dev**:历史方案,已不再作为主路径
- **现行方案**Gitea Actions`.gitea/workflows/deploy.yml`
- **当前方案**Gitea Actions`.gitea/workflows/deploy.yml`
手动 `workflow_dispatch` → 构建镜像 → 推私有 Registry → `kubectl set image` 到 K8s
## 分支 ↔ 环境约定(已写入 workflow 强制校验)
@@ -69,4 +68,4 @@ Registry: `192.168.123.199:5000`
---
**备注**: 主路径为 Gitea Actions + K8sJenkins 配置可保留作参考,勿与现行流程混用
**备注**: 部署流程为 Gitea Actions + K8s,勿再使用旧 Jenkins 容器部署