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
43412ee1ea
commit
cbe5303f4e
1 changed files with 4 additions and 1 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1,6 +1,9 @@
|
|||
pipeline {
|
||||
agent { label 'node' }
|
||||
parameters { choice(name: 'CHOICES', choices: ['main', 'new_branch', 'spring_master','gopi' ], description: 'using parameters') }
|
||||
parameters {
|
||||
string(name: 'branch', defaultValue: 'gopi', description: 'job build on default branch master')
|
||||
// choice(name: 'CHOICES', choices: ['main', 'new_branch', 'spring_master','gopi' ], description: 'using parameters')
|
||||
}
|
||||
triggers { pollSCM('* * * * *') }
|
||||
stages {
|
||||
stage('git') {
|
||||
|
|
Loading…
Reference in a new issue