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