Chapter 9. Continuous Deployment Using Jenkins
This chapter begins by defining and explaining Continuous Deployment. We will also try to differentiate between Continuous Deployment and Continuous Delivery. Continuous Deployment is a simple, tweaked version of the Continuous Delivery pipeline. Hence, we won't be seeing any major Jenkins configuration changes or any new tools.
The following topics will be covered in the chapter:
- Creating a production server
- Installing a Jenkins slave on a production server
- Creating a Jenkins Continuous Deployment pipeline
- Continuous Delivery in action