mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
added
This commit is contained in:
parent
cbe5303f4e
commit
b83bba7393
1 changed files with 7 additions and 7 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -41,13 +41,13 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
// stage("Quality Gate") {
|
||||
// steps {
|
||||
// timeout(time: 1, unit: 'HOURS') {
|
||||
// waitForQualityGate abortPipeline: false
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
stage("Quality Gate") {
|
||||
steps {
|
||||
timeout(time: 1, unit: 'HOURS') {
|
||||
waitForQualityGate abortPipeline: false
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ('publish build info') {
|
||||
steps {
|
||||
rtPublishBuildInfo (
|
||||
|
|
Loading…
Reference in a new issue