Fixing stage step

This commit is contained in:
Martin Stockhammer 2018-05-05 20:57:15 +02:00
parent 651421112e
commit 57452a0779
1 changed files with 5 additions and 6 deletions

11
Jenkinsfile vendored
View 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})")