![Somay Jain](/assets/img/avatar_default.png)
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
15 lines
348 B
YAML
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 |