소스 검색

push to 53 manual

andi 3 년 전
부모
커밋
f71068a4dc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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()