ソースを参照

更新 'Jenkinsfile'

chenghongxi 4 年 前
コミット
26fe88127e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -16,7 +16,7 @@ node {
         
         for (int i = 0; i < projectList.length ; i++) {
              sh label: '',
-             script: "sh cd ${jenkins_home}${project_name}[i]"
+             script: "sh cd ${jenkins_home}${projectList}[i]"
         }      
     }
 }