Print the file content.

This commit is contained in:
Manuele Simi 2019-12-11 23:14:59 -05:00
parent dabb399da9
commit 676d975fa7
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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