c2781e670f
Preparatory move for adopting pre-commit hooks. Shoudl only remove newlines and spaces at end of files. Change-Id: Ia33679467c533722b9308f7e7b74be395c926428 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
19 lines
495 B
YAML
19 lines
495 B
YAML
- project:
|
|
name: test_template_variable_defaults
|
|
num:
|
|
- 1
|
|
- 2
|
|
jobs:
|
|
- 'template_variable_defaults':
|
|
test_var: Goodbye World
|
|
|
|
- job-template:
|
|
name: 'template_variable_defaults_{num}{type|_debug}'
|
|
id: template_variable_defaults
|
|
disabled: '{obj:disabled_var|}'
|
|
builders:
|
|
- shell: |
|
|
echo "Variable: {test_var|Hello World}"
|
|
echo "Allow empty Variable: {test_var|}"
|
|
echo "show that we expand for num: {num}"
|