mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-20 18:41:11 +00:00
add timeout min
This commit is contained in:
parent
0ceb9cf2e8
commit
aae2c0e62a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -70,7 +70,7 @@ pipeline {
|
|||
|
||||
stage('Quality Gate') {
|
||||
steps {
|
||||
timeout(time: 5, unit: 'MINUTES') {
|
||||
timeout(time: 15, unit: 'MINUTES') {
|
||||
waitForQualityGate abortPipeline: true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue