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
99bea7998b
commit
d3f9c9350a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -16,7 +16,7 @@ pipeline {
|
|||
stage('package'){
|
||||
echo 'Packaging stage has been executed'
|
||||
}
|
||||
stage('Deploy) {
|
||||
stage('Deploy') {
|
||||
when {
|
||||
branch "master" && currentBuild.result == 'SUCCESS'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue