jenkins-job-builder/tests/publishers/fixtures/trigger_parameterized_builds003.yaml
Somay Jain da9af9aaba Boolean parameters and more options in Parameterized Trigger Plugin
Support for the following options -
* Boolean Parameters
* Include/pass through Upstream SVN Revisons
* Combine Queued git hashes
* File encoding in params from properties file

Change-Id: I0a8628915c5cfbd52f26c4966571d7ad96f5f9b4
2015-09-06 13:33:05 -04:00

15 lines
348 B
YAML

publishers:
- trigger-parameterized-builds:
- project:
- other_job
- foo
- bar
boolean-parameters:
p1: true
p2: false
svn-revision: true
include-upstream: true
git-revision: true
combine-queued-commits: true
property-file: version.prop
file-encoding: UTF-8