Explorar o código

push to 53 manual

andi %!s(int64=3) %!d(string=hai) anos
pai
achega
f71068a4dc
Modificáronse 1 ficheiros con 2 adicións e 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()