Procházet zdrojové kódy

更新 'Jenkinsfile'

chenghongxi před 4 roky
rodič
revize
513c4a7ebb
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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}"')
         }
     }