7 min read

Gitlab CI/CD - Reference Tags

Reuse arbitrary script blocks without full job inheritance. With the !reference tag, you can inject specific script arrays from one section of your YAML into another, avoiding copy-paste errors for repeated commands.
Gitlab CI/CD - Reference Tags
Reader: GitLab CI/CD Reference Tags

Reader Mode

-- / --

Introduction