Fix script syntax.

This commit is contained in:
Manuele Simi 2019-12-12 22:56:27 -05:00
parent 05fd059549
commit a7822fd12d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -142,7 +142,7 @@ pipeline {
sh '''
# job report
echo ""#Build ${PIPELINE_BUILD_NUMBER}" > ${JOB_REPORT}
echo "#Build ${PIPELINE_BUILD_NUMBER}" > ${JOB_REPORT}
echo "#StartTime ${date}" >> ${JOB_REPORT}
echo -e "JobName,Status" >> ${JOB_REPORT}