mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
change timeout
This commit is contained in:
parent
88006a4304
commit
cd88b0b2c4
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -105,7 +105,7 @@ pipeline {
|
|||
stage('Quality Gate') {
|
||||
steps {
|
||||
echo 'Waiting for SonarQube quality gate result...'
|
||||
timeout(time: 3, unit: 'MINUTES') {
|
||||
timeout(time: 5, unit: 'MINUTES') {
|
||||
script {
|
||||
def qg = waitForQualityGate abortPipeline: true
|
||||
echo "Quality gate status: ${qg.status}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue