summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/lazy-load-jobs-pre-scm-shell-ant.yaml.inc
blob: 56a0e10126eafd24691afe4717fa581afaef9950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: pre-scm-shell-ant
wrappers:
    - pre-scm-buildstep:
        - shell: |
            #!/bin/bash
            echo "Doing somethiung cool"
        - shell: |
            #!/bin/zsh
            echo "Doing somethin cool with zsh"
        - ant:
            targets: "target1 target2"
            ant-name: "Standard Ant"
        - inject:
            properties-file: example.prop
            properties-content: EXAMPLE=foo-bar