2f6ac5781e
Add support for using the NodeLabel Parameter plugin to specify which node should run a job when triggering a parameterized build. Requires the Jenkins NodeLabel Parameter Plugin: https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin Change-Id: Ie947a2a3069b477419db7eaa35307088712467e3
10 lines
309 B
YAML
10 lines
309 B
YAML
publishers:
|
|
- trigger-parameterized-builds:
|
|
- project: 'test-project-all'
|
|
node-label-name: NodeLabelName
|
|
node-label: NodeLabelNode
|
|
- project: 'test-project-just-name'
|
|
node-label-name: NodeLabelName
|
|
- project: 'test-project-just-node'
|
|
node-label: NodeLabelNode || NodeBar
|