Fix syntax (again).

This commit is contained in:
Manuele Simi 2021-01-23 23:23:55 -05:00
parent feead8e9e5
commit e86642e1c8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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