Vildan hace 5 años
padre
commit
85421661d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkins/master.jenkins

+ 1 - 1
Jenkins/master.jenkins

@@ -18,7 +18,7 @@ pipeline {
           sh 'go build main.go webPage.go'
         }
       }
-      stage("deploy docker") {
+      stage("deploy docker1") {
         steps{
           sh 'docker stop schedule || exit 0'
           sh 'docker rm schedule || exit 0'