mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Only run b/g deploys on master
This commit is contained in:
parent
6b6476a2c9
commit
3f5968f4b1
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -155,11 +155,9 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Blue/Green deploy to prod') {
|
||||
/*
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
*/
|
||||
agent {
|
||||
dockerfile {
|
||||
filename "blue-green/Dockerfile"
|
||||
|
|
Loading…
Reference in a new issue