mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
update times
update times
This commit is contained in:
parent
f03d63503c
commit
76901a07ec
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ node {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Sonar Quality Gate') {
|
stage('Sonar Quality Gate') {
|
||||||
timeout(time: 1, unit: 'HOURS') {
|
timeout(time: 10, unit: 'MINUTES') {
|
||||||
def qg = waitForQualityGate()
|
def qg = waitForQualityGate()
|
||||||
if (qg.status != 'OK') {
|
if (qg.status != 'OK') {
|
||||||
currentBuild.status='FAILURE'
|
currentBuild.status='FAILURE'
|
||||||
|
|
Loading…
Reference in a new issue