mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update Jenkinsfile
This commit is contained in:
parent
dd16c1e6e2
commit
2890fb57fc
1 changed files with 4 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -20,8 +20,10 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Deploy') {
|
||||
when {
|
||||
branch 'master'}
|
||||
steps {
|
||||
sh 'when { branch \'master\'}'
|
||||
sh 'do-non-master.sh'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue