yazid138 hace 1 mes
padre
commit
bc44ba68e0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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} &&