DevOps Category
CI/CD PIPELINE
Automated build, test, and deploy flow.
Definition
A CI/CD pipeline is the scripted path from commit to release, including checks such as linting, tests, security scans, and deployment gates.
Practical Example & Use Case
A team blocks production deployment unless unit tests, integration tests, and migration checks all pass in the pipeline.
Editorial review date: 2026-03-12