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