mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-23 03:41:12 +00:00
add sleep for quality gate
This commit is contained in:
parent
7de6550ab3
commit
46b1c0d052
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -73,6 +73,7 @@ pipeline {
|
|||
stage('Quality Gate') {
|
||||
steps {
|
||||
echo 'Waiting for SonarQube quality gate result...'
|
||||
sleep(15) // Wait 15 seconds
|
||||
timeout(time: 10, unit: 'MINUTES') {
|
||||
script {
|
||||
def qg = waitForQualityGate abortPipeline: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue