jenkins-job-builder/tests/publishers/fixtures/trigger_parameterized_builds002.yaml
Barnaby Court 2f6ac5781e Add support for the NodeLabel Parameter plugin
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
2014-10-24 04:57:00 -04:00

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