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]"
         }      
     }
 }