jenkins-job-builder/jenkins_jobs
Darragh Bailey 3e8c31fe94 Take parameter order from yaml in trigger_parameterized_builds
Support taking the order of the parameters to be passed through to a
triggered parameterized build from the user defined yaml via config
option. Use the existing order by default so as not to break current
usage.

The XML ordering of the parameters matters since when the same parameter
is defined through multiple sources, Jenkins uses the ordering to
determine which will be the one that that should win.

ie if FOO=BAR is set as a build parameter of the current job and a
properties file is generated during build that attempts to set FOO=BAZ;
the XML ordering determines which value, BAZ or BAR, that the triggered
job sees for the parameter FOO.

Change-Id: Ia0dafad8ed3976e7b0b11feb6b3af844bbda9d4a
2016-03-07 14:10:32 +00:00
..
modules Take parameter order from yaml in trigger_parameterized_builds 2016-03-07 14:10:32 +00:00
sphinx Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
__init__.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
builder.py Fix delete-all command to include all job types 2016-02-03 19:25:47 -05:00
cmd.py Take parameter order from yaml in trigger_parameterized_builds 2016-03-07 14:10:32 +00:00
constants.py Remove YamlParser from jenkins_jobs.builder 2015-04-22 11:59:07 -07:00
errors.py Find module for exceptions raised from gen_xml 2015-07-14 15:42:42 +01:00
formatter.py Preserve data type when constructing new container 2016-03-07 14:10:32 +00:00
local_yaml.py Remove ordereddict support from py26 2016-02-09 17:22:42 +01:00
parallel.py Add parallelization options 2015-12-01 10:05:04 -05:00
parser.py Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
registry.py Warn only once for masked definitions 2016-01-06 16:57:00 +01:00
utils.py Wrap file objects with codecs to handle unicode 2015-10-09 10:48:01 -07:00
version.py Get verison info for jenkins-job-builder 2014-10-22 09:46:10 -07:00
xml_config.py Remove Python 2.6 compatibility patch. 2016-01-08 15:54:30 +00:00