Parcourir la source

更新 'Jenkinsfile'

chenghongxi il y a 4 ans
Parent
commit
26fe88127e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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]"
         }      
     }
 }