Gitlab | Topvaz
build: extends: .test_template variables: LOG_LEVEL: "debug" # overrides top-level for this job RETRIES: 5 Use artifacts:reports:dotenv to pass variables between jobs – this is the most underrated GitLab feature:
If "TopVaz" meant something else (e.g., a tool or internal term), let me know and I'll refine the guide! gitlab topvaz
1. Top-level variables (The "Global Vault") Define variables at the root of .gitlab-ci.yml . These apply to all jobs unless overridden. build: extends: