7 min read

Gitlab CI/CD - Resource Groups

Control concurrency for sensitive tasks. Use Resource Groups to limit how many jobs can run at once, ensuring that deployments to a specific environment happen sequentially to prevent race conditions or conflicts.
Gitlab CI/CD - Resource Groups
Reader: GitLab CI/CD Resource Groups

Reader Mode

-- / --

Introduction