chenghongxi пре 4 година
родитељ
комит
adfbb1532f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -17,7 +17,7 @@ node {
     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}"')
+              sh "docker push ${xy_image}${projectList[i]}:${BUILD_NUMBER}"
         }
     }
 }