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
c89ab87420
commit
2ca0cd7914
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -17,6 +17,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
when {
|
||||
expression {
|
||||
GIT_BRANCH == 'master'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
echo 'Deploy'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue