yazid138 1 mese fa
parent
commit
bc44ba68e0
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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} &&