From d4ff59788d1f517a075a293fbb52f6c42703543c Mon Sep 17 00:00:00 2001 From: oasis Date: Tue, 20 Jan 2026 06:28:57 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7218c80..a45bf6f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -113,6 +113,7 @@ spec: echo "Pulling the docker image complete." echo "starting the docker image ..." sh """ + docker stop resume docker run -itd -p 8080:80 --name resume $CONTAINER_NAME """ echo "starting the docker image complete."