jenkins-job-builder/tests/publishers/fixtures/trigger_parameterized_builds005.yaml
Daniel Watkins 20cd667211 useMatrixChild support in parameterized trigger
This change introduces three new options that allow users to configure
the trigger-parameterized-builds publisher to look in matrix child
build workspaces when looking for parameter files.

Change-Id: I6348eb48fd09158f50fb49fb374cb2ce46b29765
2015-11-09 09:10:28 +00:00

9 lines
243 B
YAML

publishers:
- trigger-parameterized-builds:
- project:
- other_job
property-file: version.prop
use-matrix-child-files: True
matrix-child-combination-filter: "FOO && BAR"
only-exact-matrix-child-runs: True