浏览代码

更新 '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}"')
         }
     }