andifebri 3 năm trước cách đây
mục cha
commit
88b3f9ae18
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

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