summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/unicode001.yaml
blob: b1e45e352806947e1237d3863a7b2efa117b50e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- wrapper:
    name: unicode-wrapper
    wrappers:
      - pre-scm-buildstep:
          buildsteps:
            - shell: |
                #!/bin/bash
                echo "Unicode! ☃"

- job:
    name: test-unicode-wrapper
    wrappers:
        - unicode-wrapper