andifebri 3 anni fa
parent
commit
4445b3f24e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -52,7 +52,7 @@ node {
         docker.withTool("myDocker"){
             docker.withRegistry(registryAddress, registryCredential) {
 
-                env.BUILD_ID = 46
+                env.BUILD_ID = 47
 				def dockerImage = docker.build("ptb-fe:${env.BUILD_ID}")
 
                 /* Push the container to the custom Registry */