Fix syntax.
This commit is contained in:
parent
c4fe77f9ea
commit
3c45619b6c
|
@ -73,7 +73,7 @@ pipeline {
|
||||||
stage(projects[i]) {
|
stage(projects[i]) {
|
||||||
echo "About to execute over ${projects[i]}"
|
echo "About to execute over ${projects[i]}"
|
||||||
checkout_and_exec(projects[i], action_code)
|
checkout_and_exec(projects[i], action_code)
|
||||||
sh "echo -e ${projects[i]},"${repo_root}/${repo_name}"",Completed >> $ACTION_REPORT"
|
sh "echo -e ${projects[i]},"${repo_root}/${repo_name}",Completed >> $ACTION_REPORT"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue