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
4ae9b17a6f
commit
43412ee1ea
1 changed files with 7 additions and 7 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -38,13 +38,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