From: Martin Stockhammer Date: Sat, 5 May 2018 18:57:15 +0000 (+0200) Subject: Fixing stage step X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=57452a0779ad88f63a148ba4fbe6ddea0c5e405c;p=archiva.git Fixing stage step --- 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})")