Ver código fonte

push to 53 manual

andi 3 anos atrás
pai
commit
f71068a4dc
1 arquivos alterados com 2 adições e 0 exclusões
  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()