Chapter 11. Continuous Integration and Continuous Deployment
With the Agile process, the application teams have a need to deliver new features quickly to the end users. To do this, there needs to be a system in place that can enable developers to commit, build, verify, and deploy the code into production. In this chapter, we are going to discuss the following:
- Continuous integration
- Continuous delivery
- Continuous deploymentstrategies
We will also look at how Cloud Foundry simplifies the code promotion from one environment to another without the end user facing any downtime.