9039eaa09b
Gives ability to trigger a build of a project on all nodes with specific label. Requires NodeLabel Parameter plugin. Change-Id: I1a59c7c27591574bb1c1af0041de7cfd3775916d
8 lines
175 B
YAML
8 lines
175 B
YAML
builders:
|
|
- trigger-builds:
|
|
- project: "build_started"
|
|
parameter-factories:
|
|
- factory: allnodesforlabel
|
|
node-label: test-label
|
|
block: true
|