jenkins-job-builder/tests/yamlparser/job_fixtures/allow_empty_variables.yaml
Vsevolod Fedorov 6b92807cd7 Tests: Rename yamlparser tests and fixture directories
Rename fixtures directory to job_fixtures to prepare for adding view_fixtures
directory in the following commits.

Change-Id: Ic20997cae020b542ddc22bf444fa6b92fbcae064
2023-01-26 11:06:23 +03:00

11 lines
222 B
YAML

- project:
name: allow_empty_variables
jobs:
- 'allow_empty_variables'
- job-template:
name: 'allow_empty_variables'
builders:
- shell: |
echo "This should be empty: {my_empty_var}"