Continuous Delivery with Docker, Jenkins, JBoss Fuse and OpenShift PaaS
I recently put together an end-to-end demo showing step-by-step how to set up a Continuous Delivery pipeline to help automate your deployments and shorten your cycle times for getting code from development to production. Establishing a proper continuous delivery pipeline is a discipline that requires more than just tools and automation, but having good tools and a head start on setting this up can’t be understated.
This project has two focuses:
- Show how you’d do CD with JBoss Fuse and OpenShift
- Create a scripted, repeatable, pluggable and versioned demo so we can swap out pieces (like use JBoss Fuse 6.2/Fabric8/Docker/Kubernetes, or OpenStack, or VirtualBox, or go.cd, or travis-ci, or other code review systems)
We use Docker containers to set up all of the individual pieces and make it easier to script it and version it.
See the videos of me doing the demo below, or checkout the setup steps and follow the script to recreate the demo yourself!
Part I
Continuous Delivery with JBoss Fuse on OpenShift Enterprise from Christian Posta on Vimeo.
Part II
Continuous Delivery with JBoss Fuse on OpenShift Enterprise Part II from Christian Posta on Vimeo.
Part III
Continuous Delivery with JBoss Fuse on OpenShift Enterprise part III from Christian Posta on Vimeo.
Reference: | Continuous Delivery with Docker, Jenkins, JBoss Fuse and OpenShift PaaS from our JCG partner Christian Posta at the Christian Posta – Software Blog blog. |