ingenieux / awseb-deployment-plugin

Jenkins Plugin for AWS Elastic Beanstalk
Apache License 2.0
29 stars 53 forks source link

Need a way to see if the beanstalk version was updated #69

Open red8888 opened 6 years ago

red8888 commented 6 years ago

Right now a deploy can fail and the status goes back to ready and the environment health goes back to green. So its up to you to fix the deployment and redeploy.

It would be a useful feature to also do a final check if the beanstalk version label was actually updated after the deploy. So I can see if my env was successfully updated, or if the deploy failed and its still running the old version.