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
3ebb524238
commit
8bcd4647ad
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -21,12 +21,12 @@ pipeline {
|
|||
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
echo 'Deploying stage has been executed'
|
||||
}
|
||||
steps {
|
||||
echo 'Deploying stage has been executed'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue