yazid138 1 month ago
parent
commit
bc44ba68e0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -50,8 +50,8 @@ node {
 
                 sh "docker pull ${imageName}"
 
-                sh "docker stop ${imageName} || true"
-                sh "docker rm ${imageName} || true"
+                sh "docker stop ptb-Backend"
+                sh "docker rm ptb-Backend"
                 
                 sh """
                     cd ${composeDir} &&