In which of the following pipelines, all the new changes run through a consistent set of quality checks?
Answer options
A
Continuous Integration Pipeline
B
Deployment Pipeline
C
Release Pipeline
D
Build Pipeline
Correct answer: Continuous Integration Pipeline
Explanation
Quick AnswerThe correct answer is Continuous Integration Pipeline because it directly addresses the core logic of Agile & DevOps.
CI pipelines run every change through automated quality checks.