Process Flow - What is Continuous Integration
Developer writes code
Push code to shared repo
CI server detects change
Run automated build & tests
Report results
Fix issues if any
Repeat
Continuous Integration means developers regularly add code to a shared place, where automated tools build and test it to catch problems early.