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
58a79a85e3
commit
25618973e3
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -22,6 +22,9 @@ pipeline {
|
|||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
echo 'Deploying stage has been executed'
|
||||
bat 'git push --set-upstream origin master'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue