This commit is contained in:
dxin
2025-11-29 19:11:23 +08:00
parent 07176d5c2f
commit 32eb516a2d
7 changed files with 446 additions and 338 deletions

View File

@@ -278,7 +278,7 @@ pipeline {
}
}
stage('启动新服务A') {
stage('启动新服务B') {
steps {
echo "=========================================="
echo "启动新版本服务..."
@@ -314,7 +314,7 @@ pipeline {
}
}
stage('健康检查A') {
stage('健康检查B') {
steps {
echo "=========================================="
echo "执行服务健康检查..."