Continuous Integration Illustrated
CI illustrated.
When I tried to help my team members understood Continuous Integration (CI) 14 years ago, I created a set of diagrams to give them a quick overview of CI and its steps. I would like to share them in this article series.
Continuous Integration, simply put, is to run a server to check the source control for new changes and then run a series of build tasks. Some common CI build tasks are listed below in the order of execution:
Table of Contents:· 1. Source Control Update…