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
Git
Distributed version control system for tracking code changes
CI/CD Pipeline
Automated steps from code commit to deployment
Blue-Green Deployment
Strategy with two identical environments for zero-downtime switching
SLO
Target value for a service level indicator over time
Secret Management
Securely storing and managing sensitive credentials
Immutable Infrastructure
Replacing servers instead of modifying them for updates