Fix syntax (again).

This commit is contained in:
Manuele Simi 2021-01-23 23:21:17 -05:00
parent 3c45619b6c
commit feead8e9e5
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"
}
}
}