Gitlab Topvaz -

If "TopVaz" meant something else (e.g., a tool or internal term), let me know and I'll refine the guide!

variables: LOG_LEVEL: "info" RETRIES: 2 .test_template: script: - echo "Log level: $LOG_LEVEL" 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

×