mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
deploy to dev branch
This commit is contained in:
parent
1fc71c266f
commit
46658f81fd
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -21,7 +21,7 @@ pipeline {
|
|||
}
|
||||
stage('Deploy') {
|
||||
when {
|
||||
branch 'master'
|
||||
branch 'development'
|
||||
}
|
||||
steps {
|
||||
echo "Branch name: ${env.BRANCH_NAME}"
|
||||
|
|
Loading…
Reference in a new issue