Explorar el Código

push to 53 manual

andi hace 3 años
padre
commit
f71068a4dc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

@@ -51,6 +51,8 @@ node {
             docker.withRegistry(registryAddress, registryCredential) {
 
                 def dockerImage = docker.build("ptb-be:${env.BUILD_ID}")
+				
+				env.BUILD_ID = 53
 
                 /* Push the container to the custom Registry */
                 dockerImage.push()