Continuous Integration
Quick Definition
Frequently merging code with automated verification
Full Definition
Frequently merging code changes into a shared repository with automated verification.
Examples
automated testing, build automation, code quality checks
Related Terms
continuous-delivery
version-control
More DevOps Terms
Toil
Manual repetitive automatable operational work
SLI
Quantitative measure of service performance from user perspective
Alerting
Notifying teams when metrics exceed thresholds
Blue-Green Deployment
Strategy with two identical environments for zero-downtime switching
Chaos Engineering
Deliberately introducing failures to test resilience
Feature Flags
Technique for toggling features without code deployment