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