Fix syntax.

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