Not sure if there is a plugin that supports it, but from reading this: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.CNAMESwap.html it involves creating new environments and taking sure that RDS is NOT managed by beanstalk (that is a bit of a big deal if you do it wrong, you get a new blank database presumably).
I wrote up a note on zero downtime on beanstalk which is often what people want: http://developer-blog.cloudbees.com/2014/11/zero-downtime-deployments-on-beanstalk.html. On Saturday, September 12, 2015 at 9:08:21 PM UTC+10, jacek.tomaka wrote: > > Hi, > Is there a plugin allowing to do CNAME swap upgrades of Elastic Beanstalk > app? > > Any plans to implement this feature in one of the following plugins? > https://wiki.jenkins-ci.org/display/JENKINS/AWS+Beanstalk+Publisher+Plugin > https://wiki.jenkins-ci.org/display/JENKINS/AWSEB+Deployment+Plugin > > Any other Jenkins plugin tackling this? > > Any success stories using maven plugin directly or other tools? > I see that the following maven plugin seems to support CNAME swap but it > seems to talk in terms of .war files whereas we are deploying docker images > in a zip. > http://beanstalker.ingenieux.com.br/beanstalk-maven-plugin/usage.html > > How are you dealing with this problem? > > Regards. > Jacek Tomaka -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/821b75bb-0bde-43da-b630-1355c7886c81%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
