Commit d7c47a43 authored by Ben Bodenmiller's avatar Ben Bodenmiller

Demonstrate YAML anchors for variables with multiple variables in anchor

parent f9bc8d20
...@@ -3833,6 +3833,7 @@ the use of the `SAMPLE_VARIABLE` variable: ...@@ -3833,6 +3833,7 @@ the use of the `SAMPLE_VARIABLE` variable:
# global variables # global variables
variables: &global-variables variables: &global-variables
SAMPLE_VARIABLE: sample_variable_value SAMPLE_VARIABLE: sample_variable_value
ANOTHER_SAMPLE_VARIABLE: another_sample_variable_value
# a job that needs to set the GIT_STRATEGY variable, yet depend on global variables # a job that needs to set the GIT_STRATEGY variable, yet depend on global variables
job_no_git_strategy: job_no_git_strategy:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment