jenkins-job-builder/tests
Wayne Warren aaae83c623
Factor XmlJobGenerator out of YamlParser.
Separate XML generation from Yaml parsing/interpreting. The goal here
is to allow different sources to provide data for XML generation,
including external API users writing job definitions in pure Python or
JJB developers who would like to work on alternative Yaml parsing code
since the current YamlParser has very likely reached the limits of
what can be reasonably done with one giant expandYaml procedure.

Change-Id: I9da848acac7e944c0e07286b7399b2e1956a58a5
2016-08-18 22:42:24 -04:00
..
builder Use JJBConfig in YamlParser. 2016-07-22 17:33:25 +01:00
builders Merge "builders: add 'publish over ssh' support as a build step" 2016-08-18 19:06:16 +00:00
cachestorage Revert "Allow using lockfile per jenkins master" 2016-03-16 10:26:18 -07:00
cmd Factor XmlJobGenerator out of YamlParser. 2016-08-18 22:42:24 -04:00
duplicates Update Git SCM so that extensions are configured correctly. 2016-06-06 13:35:04 -07:00
errors Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
general Added a doc entry and a test for jdk general parameter 2016-07-22 12:46:20 +02:00
hipchat Update Hipchat support to work w/all versions 2016-04-23 18:48:05 +01:00
jsonparser Update Git SCM so that extensions are configured correctly. 2016-06-06 13:35:04 -07:00
localyaml Move load_files method to YamlParser from Builder. 2016-07-22 17:33:53 +01:00
macros Update Repo plugin to use convert_mapping_to_xml 2016-07-19 23:40:43 -04:00
moduleregistry Use JJBConfig in ModuleRegistry. 2016-07-22 17:33:30 +01:00
modules Add valid_dict parameter to convert xml 2016-07-25 12:04:17 -04:00
notifications Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
parallel Add parallelization options 2015-12-01 10:05:04 -05:00
parameters Merge "Add Promoted Build parameter." 2016-04-23 23:25:02 +00:00
properties Update Delivery Pipeline plugin to use convert xml 2016-07-27 22:01:34 -04:00
publishers Merge "builders: add 'publish over ssh' support as a build step" 2016-08-18 19:06:16 +00:00
reporters Add support for OWASP Dependency-Check Plugin 2016-04-23 16:21:17 +01:00
scm Merge "SCM repo: add ignore-projects option" 2016-07-19 17:06:50 +00:00
triggers gitlab trigger: Update Gitlab to >=1.3.0 2016-08-01 18:34:58 +02:00
wrappers Merge "Update Delivery Pipeline plugin to use convert xml" 2016-08-18 15:16:35 +00:00
yamlparser add compress-log option to compress log 2016-08-17 13:36:24 +08:00
__init__.py Tests for publishers 2013-07-19 14:31:11 +02:00
base.py Factor XmlJobGenerator out of YamlParser. 2016-08-18 22:42:24 -04:00