Print when the maven-parent is skipped.

This commit is contained in:
Manuele Simi 2019-12-09 21:25:54 -05:00
parent 1c504c6c64
commit b2324d2fad
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -164,6 +164,7 @@ pipeline {
steps {
script {
if ( ("${resume}" == 'true') && (jobs['maven-parent'] == 'SUCCESS') ) {
echo "Skipping maven-parent"
// propagate success
sh "echo -e \\\"maven-parent,SUCCESS\\\">> $JOB_REPORT"
} else {