36b9d8bfca
Use '!include-raw-expand:' instead of '!include-raw:' and '!include-raw-verbatim:' instead of '!include-raw-escape:'. Tags '!include-raw:' and '!include-raw-escape:' are now deprecated. Change-Id: I3cc5ab9f73d03de1ba09cbc4568366a3bb464a08
46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
# 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-expand: include-raw-expand-cool.sh
|
|
- shell:
|
|
!include-raw-expand: include-raw-expand-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
|