Skip to content
Snippets Groups Projects
Commit c4878a76 authored by Tor Bechmann Yamamoto-Sørensen's avatar Tor Bechmann Yamamoto-Sørensen
Browse files

Update explanation of job-level variable override to fit example

parent 9bc89323
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -120,7 +120,7 @@ The YAML-defined variables are also set to all created
tune them.
 
Variables can be defined at a global level, but also at a job level. To turn off
global defined variables in your job, define an empty array:
global defined variables in your job, define an empty hash:
 
```yaml
job_name:
Loading
Loading
Loading
Loading
@@ -434,7 +434,7 @@ but allows you to define job-specific variables.
 
When the `variables` keyword is used on a job level, it overrides the global YAML
job variables and predefined ones. To turn off global defined variables
in your job, define an empty array:
in your job, define an empty hash:
 
```yaml
job_name:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment