jenkins-job-builder/tests/localyaml/fixtures/exception_include001.yaml
Michael Jeanson 2f410fe225 Add 'do-not-fingerprint' to 'copyartifact' builder
Change-Id: I5fa1fa8ac1e1e932f91f2428f41f5675f72f27a6
Story: 2000340
2015-11-19 17:16:20 -05:00

17 lines
366 B
YAML

- builders:
- copyartifact: &copytarball
project: foo
filter: "*.tar.gz"
target: /home/foo
which-build: last-successful
optional: true
flatten: true
do-not-fingerprint: true
parameter-filters: PUBLISH=true
- job:
name: test-job-1
builders:
!include: exception_include001.yaml.inc