List job reports.

This commit is contained in:
Manuele Simi 2019-12-11 22:21:23 -05:00
parent f9bec52a71
commit 9101026695
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -162,7 +162,7 @@ pipeline {
#job report
cat ${previous_report_file} || echo "${previous_report_file} not available"
ls -lrt ${agent_root_folder}/
ls -lrt ${AGENT_ROOT_FOLDER}/
echo "#Build ${PIPELINE_BUILD_NUMBER}" > ${JOB_REPORT}
echo "#StartTime ${date}" >> ${JOB_REPORT}
echo -e "JobName,Status" >> ${JOB_REPORT}