43 / 48 · 16 CI/CD Pipelines · Quality Gates← prev⊞ allnext →☰ Read as one page
7.1What Is a Quality Gate?
A quality gate is a checkpoint in your pipeline that blocks progression if criteria are not met. It is the automated equivalent of a human approver, but faster, more consistent, and impossible to forget.
A gate that can be bypassed is not a gate. Configure gates as required checks on your main branch protection rules.