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