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