Browse Source

push to 53 manual

andi 3 năm trước cách đây
mục cha
commit
f71068a4dc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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()