mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
added jenkins
This commit is contained in:
parent
c3880ccee5
commit
00d5ba1c33
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -43,7 +43,7 @@ pipeline {
|
||||||
stage('Quality Gate') {
|
stage('Quality Gate') {
|
||||||
steps {
|
steps {
|
||||||
timeout(time: 5, unit: 'MINUTES') {
|
timeout(time: 5, unit: 'MINUTES') {
|
||||||
waitForQualityGate abortPipline: true
|
waitForQualityGate abortPipeline: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue