summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/include-raw001.yaml
blob: de5e44bb80fbeac73124fe78cf18df628b37c455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# vim: sw=4 ts=4 et
- wrapper:
    name: timeout-wrapper
    wrappers:
      - timeout:
          fail: true
          elastic-percentage: 150
          elastic-default-timeout: 90
          type: elastic

- wrapper:
    name: pre-scm-shell-ant
    wrappers:
      - pre-scm-buildstep:
          buildsteps:
            - shell:
                !include-raw: include-raw002-cool.sh
            - shell:
                !include-raw: include-raw002-cool.zsh
            - ant:
                targets: "target1 target2"
                ant-name: "Standard Ant"
            - inject:
                 properties-file: example.prop
                 properties-content: EXAMPLE=foo-bar

- wrapper:
    name: copy-files
    wrappers:
      - copy-to-slave:
          includes:
            - file1
            - file2*.txt
          excludes:
            - file2bad.txt


- job:
    name: test-job-3
    wrappers:
        !include: include001.yaml.inc
    properties:
      - inject:
          keep-build-variables: true
          keep-system-variables: true