CI == Continuous Integration ● ● ●
Every developer commits daily+ to shared mainline code repo Every commit triggers automated build and test of the codebase If the build or any test fails, it’s repaired quickly – often within minutes
Code
Shared Code Repo
CI/CD Runtime
Test
Scan for Vulnerabilities
Build Website