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
13 lines
294 B
YAML
13 lines
294 B
YAML
builders:
|
|
- trigger-builds:
|
|
- project: "build_started"
|
|
parameter-factories:
|
|
- factory: counterbuild
|
|
from: 0
|
|
to: 5
|
|
step: 1
|
|
validation-fail: SKIP
|
|
parameters: |
|
|
EXAMPLE=NICE
|
|
HELLO=WORLD
|
|
block: true |