From 7683d1cbcae411aaaf682ed1db32d51bcc4d4d88 Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Sun, 20 Jul 2025 00:04:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 02db7da..0b57438 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { } stage('Build Docker Image') { -// agent any + agent any steps { echo "🐋 正在构建 Docker 镜像..." sh 'docker build -t "$DOCKER_IMAGE" .' @@ -45,7 +45,7 @@ pipeline { } stage('Stop Old Container') { -// agent any + agent any steps { echo "🛑 正在停止旧的容器(如果存在)..." sh ''' @@ -58,7 +58,7 @@ pipeline { } stage('Run New Container') { -// agent any + agent any steps { echo "🟢 正在运行新的容器..." sh """