Variables in scope of job
Allow to extend .gitlab-ci.yml
with variables defined in scope of job:
job:
variables:
KEY: VALUE
script:
- echo $KEY
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Allow to extend .gitlab-ci.yml
with variables defined in scope of job:
job:
variables:
KEY: VALUE
script:
- echo $KEY
mentioned in issue #14717 (closed)
Will this work along with the YAML template feature that was recently added? Say I have a bunch of jobs whose script
only has one line that varies. I could create a template that references a variable $KEY
and then define KEY
in the variables section in each job that I instantiate that template with.
Reassigned to @grzesiek
mentioned in merge request !3612 (merged)
Status changed to closed by commit 06952aaf
mentioned in commit 06952aaf
mentioned in merge request gitlab-com/www-gitlab-com!1886 (merged)
mentioned in issue #15503 (closed)
mentioned in issue #15598 (closed)