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