mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Use latest version of ldop-shared-library
This commit is contained in:
parent
824cedb61b
commit
b954aea73d
1 changed files with 7 additions and 7 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
|||
#!/bin/env groovy
|
||||
|
||||
@Library('ldop-shared-library@ad8185bec5a1999d144ec6c8fdadf9a62ab0506e') _
|
||||
@Library('ldop-shared-library@fd16602cad0f97ca1b04090f93a0540ddc871b45') _
|
||||
|
||||
pipeline {
|
||||
agent none
|
||||
|
@ -155,9 +155,9 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Blue/Green Prod Deploy') {
|
||||
/*when {
|
||||
when {
|
||||
branch 'master'
|
||||
}*/
|
||||
}
|
||||
agent {
|
||||
dockerfile {
|
||||
filename "blue-green/Dockerfile"
|
||||
|
@ -176,9 +176,9 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Blue/Green Prod Regression Test') {
|
||||
/*when {
|
||||
when {
|
||||
branch 'master'
|
||||
}*/
|
||||
}
|
||||
agent {
|
||||
dockerfile {
|
||||
filename "blue-green/Dockerfile"
|
||||
|
@ -197,9 +197,9 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Blue/Green Prod Toggle Load Balancer') {
|
||||
/*when {
|
||||
when {
|
||||
branch 'master'
|
||||
}*/
|
||||
}
|
||||
agent {
|
||||
dockerfile {
|
||||
filename "blue-green/Dockerfile"
|
||||
|
|
Loading…
Reference in a new issue