Darragh Bailey 91ae576e6a Consolidate pipeline and trigger-parameterized-builds
Move main behaviour of trigger-parameterized-builds to helper methods
and rework pipeline to utilize.

Change pipeline to respect param ordering from yaml by based on the
same option as defined for trigger-parameterized-builds.

Change-Id: I42fdf4fe7fd41c9b6560a1ef57e7f150380180d5
2017-06-20 18:33:06 +01:00

17 lines
412 B
YAML

publishers:
- pipeline:
projects:
- test_project
predefined-parameters: BUILD_NUM=${BUILD_NUMBER}
current-parameters: true
property-file: vars.txt
git-revision:
combine-queued-commits: true
fail-on-missing: true
file-encoding: UTF-8
boolean-parameters:
p1: true
p2: false
svn-revision: true
include-upstream: true