mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
added
This commit is contained in:
parent
7f16586299
commit
4ae9b17a6f
1 changed files with 8 additions and 1 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
|||
pipeline {
|
||||
agent { label 'node' }
|
||||
parameters { choice(name: 'CHOICES', choices: ['main', 'new_branch', 'spring_master', ], description: 'using parameters') }
|
||||
parameters { choice(name: 'CHOICES', choices: ['main', 'new_branch', 'spring_master','gopi' ], description: 'using parameters') }
|
||||
triggers { pollSCM('* * * * *') }
|
||||
stages {
|
||||
stage('git') {
|
||||
|
@ -38,6 +38,13 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage("Quality Gate") {
|
||||
steps {
|
||||
timeout(time: 1, unit: 'HOURS') {
|
||||
waitForQualityGate abortPipeline: false
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ('publish build info') {
|
||||
steps {
|
||||
rtPublishBuildInfo (
|
||||
|
|
Loading…
Reference in a new issue