Fix syntax (again).
This commit is contained in:
parent
feead8e9e5
commit
e86642e1c8
|
@ -73,7 +73,7 @@ pipeline {
|
|||
stage(projects[i]) {
|
||||
echo "About to execute over ${projects[i]}"
|
||||
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