You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/05/05 18:57:18 UTC

[archiva] branch master updated: Fixing stage step

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 57452a0  Fixing stage step
57452a0 is described below

commit 57452a0779ad88f63a148ba4fbe6ddea0c5e405c
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sat May 5 20:57:15 2018 +0200

    Fixing stage step
---
 Jenkinsfile | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2dc1312..9c8a056 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})")

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.