awslabs / aws-codedeploy-plugin

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

Make CodeDeploy DeploymentID an environment variable #44

Open albac opened 8 years ago

albac commented 8 years ago

With this the deployment id can be passed to another build to check for successful instances using this: aws deploy list-deployment-instances --deployment-id $DeploymenID --instance-status-filter Succeeded

Jmcfar commented 8 years ago

Thanks for the feature request. I've added it to our backlog.