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