From e244b232805273844d642c041fe695fee4206736 Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Mon, 15 Sep 2025 01:24:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E4=BF=AE=E6=94=B9=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9717111..c22690e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,7 @@ pipeline { steps { echo "🛑 正在停止旧的容器(如果存在)..." sh ''' - if [ "$(docker ps -f 'name=\${CONTAINER_NAME}' --format '{{.Status}}')" ]; then + if [ "$(docker ps -f 'name=sczx_car-container' --format '{{.Status}}')" ]; then docker stop sczx_car-container docker rm sczx_car-container fi