d78d0329f6
To support fan-out and conditional trigger behaviour with Jenkins Parameterized Trigger Plugin add following attributes: * Config for failTriggerOnMissing * Parameter factories Change-Id: I3755ed32779e64e7aee7a55a00c683edff6bbbd8
7 lines
172 B
YAML
7 lines
172 B
YAML
builders:
|
|
- trigger-builds:
|
|
- project: "build_started"
|
|
parameter-factories:
|
|
- factory: filebuild
|
|
file-pattern: propfile*.txt
|
|
block: true |