From 57452a0779ad88f63a148ba4fbe6ddea0c5e405c Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Sat, 5 May 2018 20:57:15 +0200 Subject: [PATCH] Fixing stage step --- Jenkinsfile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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})") -- 2.39.5