소스 검색

更新 'Jenkinsfile'

chenghongxi 4 년 전
부모
커밋
513c4a7ebb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -16,6 +16,7 @@ node {
     }
     stage('stage('push aliyuncs registry') {
          for (int i = 0; i < projectList.length ; i++) {
+              sh "echo 正在推送镜像,项目名为:${projectList[i]} " 
               sh "docker push ${xy_image}${projectList[i]}:${BUILD_NUMBER}"')
         }
     }