May 2017
Intermediate to advanced
312 pages
5h 23m
English
In simple words, continuous integration or CI is a software engineering practice, where each check-in made by a developer is verified by either of the following:
This step is followed by executing a unit test against the latest changes available in the source code repository. Continuous integration is a popular DevOps practice that requires developers to integrate code into code repositories such as Git and SVN multiple times a day to verify the integrity of the code.
Each check-in is then verified by an automated build, allowing teams to detect problems early.
CI, ...
Read now
Unlock full access