awslabs / aws-codedeploy-plugin

Jenkins plugin for AWS CodeDeploy
Apache License 2.0
153 stars 131 forks source link

Aws green blue #73

Closed anwoolterton closed 7 years ago

anwoolterton commented 7 years ago

Hi,

When will this plug-in support green blue deployments, looking at Jenkins its not clear if it does or if any other changes are required.

rmurillo21 commented 7 years ago

Wouldn't that be part of the deployment group configuration rather than the plug-in?

feverLu commented 7 years ago

Yeah Blue Green deployment now is officially supported: https://aws.amazon.com/blogs/devops/performing-bluegreen-deployments-with-aws-codedeploy-and-auto-scaling-groups/. This is a new deployment type and needs to be configured on the deployment group level.