Ryan Carey a39c4d85d1 Add support for Artifactory plugin
Artifactory support adds three modules to jenkins-job-builder:
1. Artifactory publisher
2. Artifactory wrapper (for Maven projects)
3. Generic-Artifactory wrapper (for other project types)
Change-Id: I801bba707198226d63c94d869cae9167eb4906d4
2015-09-17 13:47:05 -04:00
..
2015-08-11 18:31:48 +01:00
2014-03-13 21:37:22 +09:00
2014-03-13 21:37:22 +09:00
2015-07-31 11:55:32 +02:00
2015-07-31 11:55:32 +02:00
2013-12-10 20:40:57 +00:00
2013-12-10 20:40:57 +00:00
2013-12-10 20:40:57 +00:00
2015-01-12 14:55:57 +01:00
2015-01-12 14:55:57 +01:00
2015-01-12 14:55:57 +01:00
2015-01-12 14:55:57 +01:00
2015-01-12 14:55:57 +01:00
2015-01-12 14:55:57 +01:00
2015-01-12 14:55:57 +01:00
2015-01-12 14:55:57 +01:00
2015-08-11 18:31:48 +01:00
2015-05-21 13:35:08 -05:00
2015-05-21 13:35:08 -05:00
2015-08-11 18:31:48 +01:00
2015-05-22 10:20:48 +02:00
2015-05-22 10:20:48 +02:00
2015-05-22 10:20:48 +02:00
2015-05-22 10:20:48 +02:00
2014-09-17 11:12:36 +02:00
2014-09-17 11:12:36 +02:00
2014-09-17 11:12:36 +02:00
2014-09-17 11:12:36 +02:00
2014-09-17 11:12:36 +02:00
2014-09-17 11:12:36 +02:00
2014-09-17 11:12:36 +02:00
2014-09-17 11:12:36 +02:00
2014-01-21 22:34:30 +09:00
2014-01-21 22:34:30 +09:00
2014-01-21 22:34:30 +09:00
2013-11-20 15:53:08 +01:00
2015-07-27 13:07:06 -07:00

This directory contains fixtures to test the publishers.

The filename should start with a publisher name (example: xunit) and you must
provide two files:
 - .yaml : yaml snippet representing the publisher as it would be written
           in jenkins job builder configuration file.
 - .xml  : xml Jenkins snippet that should be rendered by the publisher

Each yaml file MUST have a corresponding xml file.

Once the YAML file has been parsed, it is prettify using python minidom
which also means that:
- your XML file must start with: <?xml version="1.0" encoding="utf-8"?>
- self closing elements do not contains space eg: <element/>