mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
gate
This commit is contained in:
parent
bb7efcffc9
commit
23225373dd
1 changed files with 10 additions and 0 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
|
@ -35,6 +35,16 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage("QualityGate"){
|
||||
steps {
|
||||
timeout(time: 1, unit: 'MINUTES') {
|
||||
waitForQualityGate abortPipeline: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue