diff --git a/Jenkinsfile b/Jenkinsfile index 2dc13129f..9c8a05611 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,14 +104,13 @@ pipeline { } } } - - } - - stage('IntegrationTest') { - steps { - build(job:"${INTEGRATION_PIPELINE}/archiva/${env.BRANCH_NAME}", propagate:false, quietPeriod:10) + stage('IntegrationTest') { + steps { + build(job:"${INTEGRATION_PIPELINE}/archiva/${env.BRANCH_NAME}", propagate:false, quietPeriod:10) + } } } + post { unstable { notifyBuild("Unstable Build (${currentBuild.currentResult})")