GitLab CI and Distributed Builds
How to translate Bamboo agent capabilities to GitLab Runner tags

How to translate Bamboo agent capabilities to GitLab Runner tags

2/22/2024 · Abubakar Siddiq Ango

What this post added

This post details how to translate Atlassian Bamboo agent capabilities (executable, JDK, Version Control, Docker, custom) to GitLab Runner tags. It explains how to add tags to GitLab Runners during registration or by editing the `config.toml` file, and how to use these tags in the `.gitlab-ci.yml` file to ensure jobs run on specific runners. It also covers using multiple tags for job targeting and dynamically influencing runner selection using variables and `parallel: matrix` for complex pipeline configurations.

Read the original post ↗