yazid138 il y a 1 mois
Parent
commit
bc44ba68e0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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} &&