Skip to content

Commit

Permalink
updated blue/green pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
siamaksade committed Oct 11, 2017
1 parent c58cfbb commit 799afbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/coolstore-bluegreen-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -931,8 +931,8 @@ objects:
sh "oc start-build cart --from-dir=target --follow"
}
def tag = "green"
def altTag = "blue"
def tag = "blue"
def altTag = "green"
stage('Deploy (Not Live)') {
sh "oc get route cart -o jsonpath='{ .spec.to.name }' > activeservice"
Expand Down

0 comments on commit 799afbc

Please sign in to comment.