added debug log

This commit is contained in:
Roberto Cirillo 2020-01-13 17:08:19 +01:00
parent 4f72dc2c97
commit 6d12c91f49
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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