mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
f4c7c97b7b
commit
c2a7eb371d
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -18,7 +18,7 @@ node('master'){
|
|||
}
|
||||
|
||||
stage("Quality Gate"){
|
||||
timeout(time: 1, unit: 'HOURS') {
|
||||
timeout(time: 15, unit: 'MINUTES') {
|
||||
def qg = waitForQualityGate()
|
||||
if (qg.status != 'OK') {
|
||||
error "Pipeline aborted due to quality gate failure: ${qg.status}"
|
||||
|
|
Loading…
Reference in a new issue