From 676d975fa79e9ecb1b7680bdb2ac28a5c6eaa52f Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Wed, 11 Dec 2019 23:14:59 -0500 Subject: [PATCH] Print the file content. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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