andi %!s(int64=3) %!d(string=hai) anos
pai
achega
94157ee04c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

@@ -49,10 +49,11 @@ node {
             // echo "Current workspace is $WORKSPACE"
         docker.withTool("myDocker"){
             docker.withRegistry(registryAddress, registryCredential) {
+			
+			env.BUILD_ID = 58
 
                 def dockerImage = docker.build("ptb-be:${env.BUILD_ID}")
 				
-				env.BUILD_ID = 58
 
                 /* Push the container to the custom Registry */
                 dockerImage.push()