diff --git a/Jenkinsfile b/Jenkinsfile index 3859a00..d431b66 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -140,6 +140,7 @@ pipeline { script { sh 'cat ${PREVIOUS_JOB_REPORT}' content = readFile ${PREVIOUS_JOB_REPORT} + println "CONTENT ${content}" content.splitEachLine(',') { columns -> if (columns[0].startsWith('#') || columns[0].startsWith('JobName')) return