]> source.dussan.org Git - archiva.git/commitdiff
Fixing stage step
authorMartin Stockhammer <martin_s@apache.org>
Sat, 5 May 2018 18:57:15 +0000 (20:57 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Sat, 5 May 2018 18:57:15 +0000 (20:57 +0200)
Jenkinsfile

index 2dc13129ffbb1e9d7a8bbb337a66aa42910a09b6..9c8a05611cffd0547be5099bc54351bdf3001dc8 100644 (file)
@@ -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})")