GitLab CI and Distributed Builds
How to limit access to manual pipeline gates and deployments using GitLab

How to limit access to manual pipeline gates and deployments using GitLab

2/20/2020 · Thao Yeager

What this post added

Introduced the use of manual jobs in GitLab CI/CD pipelines, specifically detailing how to leverage protected environments to limit access to deployments and how to configure manual jobs with `allow_failure: false` to act as approval steps before subsequent stages. This enhances control over production deployments and aids in meeting compliance requirements.

Read the original post ↗