Remove stage block.

This commit is contained in:
Manuele Simi 2019-12-09 16:13:36 -05:00
parent 9ec18e4bf2
commit f2298fff63
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -156,7 +156,7 @@ pipeline {
// the maven-parent needs to be built (once) at each execution
stage('build maven-parent') {
steps {
script {
if ( ("${resume}" == 'true') && (wasSuccess('maven-parent')) ) {
// propagate success
sh "echo -e \\\"maven-parent,SUCCESS\\\">> $JOB_REPORT"
@ -170,6 +170,7 @@ pipeline {
echo "Done with maven-parent"
}
}
}
}
stage('build components') {