summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/allow_empty_variables.yaml
blob: d8ac3ca698bc375ef22c629582f74e9e62fe2eb4 (plain)
1
2
3
4
5
6
7
8
9
10
- 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}"