aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2018-05-05 20:57:15 +0200
committerMartin Stockhammer <martin_s@apache.org>2018-05-05 20:57:15 +0200
commit57452a0779ad88f63a148ba4fbe6ddea0c5e405c (patch)
treefb4ac61b20ba017779632e3c6c7fb72d3e566967 /Jenkinsfile
parent651421112e298e106397586ec1d3d5a0d0a1f859 (diff)
downloadarchiva-57452a0779ad88f63a148ba4fbe6ddea0c5e405c.tar.gz
archiva-57452a0779ad88f63a148ba4fbe6ddea0c5e405c.zip
Fixing stage step
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile11
1 files 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})")