mirror of https://github.com/apache/archiva.git
Fixing stage step
This commit is contained in:
parent
651421112e
commit
57452a0779
|
@ -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})")
|
||||
|
|
Loading…
Reference in New Issue