April 2021
Intermediate to advanced
344 pages
9h 29m
English
This chapter covers
This chapter builds on the concepts learned in chapter 3 and discusses how pipelines are created to build and test application code and then deploy it to different environments. You will also learn about different promotion strategies and how to revert, reset, or roll back application changes.
We recommend you read chapters 1, 2, and 3 before reading this chapter.
Continuous integration (CI) is a software development practice in which all developers merge code changes in a central repository (Git). With CI, each code change (commit) triggers an automated build-and-test stage for ...