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
156 B
YAML
7 lines
156 B
YAML
builders:
|
|
- trigger-builds:
|
|
- project: "build_started"
|
|
property-file: propfile.txt
|
|
property-file-fail-on-missing: false
|
|
block: true
|