Print job results in the console.

This commit is contained in:
Manuele Simi 2019-12-07 23:07:08 -05:00
parent e81bc64dbc
commit bf5073bebe
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -216,7 +216,8 @@ def buildComponents(args, maven_settings_file, maven_local_repo_path) {
[$class: 'LabelParameterValue', name: 'exec_label', label: "CD", nodeEligibility: [$class: 'AllNodeEligibility']]
])
sh "echo -e \\\"${name},${job.getResult()}\\\">> ${AGENT_ROOT_FOLDER}/build_jobs.${PIPELINE_BUILD_NUMBER}.csv"
//sh "echo -e \\\"${name},${job.getResult()}\\\">> ${AGENT_ROOT_FOLDER}/build_jobs.${PIPELINE_BUILD_NUMBER}.csv"
println "job results: ${job.getResult()}"
}]
}
}