..
2016-10-17 11:46:11 -04:00
2016-10-17 11:46:11 -04:00
2016-10-17 11:46:11 -04:00
2016-10-17 11:46:11 -04:00
2016-10-17 11:46:11 -04:00
2016-10-17 11:46:11 -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
2016-09-12 10:22:11 +08:00
2013-12-10 20:40:57 +00:00
2016-09-12 10:22:11 +08:00
2013-12-10 20:40:57 +00:00
2016-09-12 10:22:11 +08:00
2013-12-10 20:40:57 +00:00
2016-10-07 23:36:52 -07:00
2016-10-07 23:36:52 -07:00
2016-10-07 23:36:52 -07:00
2016-10-07 23:36:52 -07:00
2016-01-29 12:28:57 +08:00
2016-01-29 12:28:57 +08: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
2016-10-19 10:30:02 -04:00
2016-08-19 08:27:31 +08:00
2016-08-19 08:27:31 +08:00
2016-08-19 08:27:31 +08:00
2016-08-26 17:16:52 +01:00
2016-08-26 17:16:52 +01:00
2016-10-19 10:30:02 -04: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
2016-08-03 20:36:59 -04:00
2016-08-03 20:36:59 -04:00
2016-08-03 20:36:59 -04:00
2016-01-18 12:36:01 -05:00
2016-01-18 12:36:01 -05:00
2016-11-13 19:23:05 -08:00
2016-11-13 19:23:05 -08:00
2016-11-13 19:23:05 -08:00
2016-11-13 19:23:05 -08:00
2016-09-14 11:31:45 +08:00
2015-05-22 10:20:48 +02:00
2015-05-22 10:20:48 +02:00
2017-02-27 09:09:29 +00:00
2017-02-27 09:09:29 +00:00
2017-02-27 09:09:29 +00:00
2017-02-27 09:09:29 +00:00
2016-11-21 11:52:07 -07: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
2016-12-05 06:19:47 -08:00
2016-12-05 06:19:47 -08:00
2016-12-05 06:19:47 -08:00
2016-12-05 06:19:47 -08:00
2016-07-11 17:50:50 -04:00
2016-07-11 17:50:50 -04:00
2016-07-11 17:50:50 -04:00
2016-07-11 17:50:50 -04:00
2016-09-20 02:09:02 -07:00
2016-12-17 09:05:20 -08:00
2016-12-17 09:05:20 -08:00
2016-12-17 09:05:20 -08:00
2016-10-08 08:50:16 -07:00
2016-10-08 08:50:16 -07:00
2016-10-08 08:50:16 -07:00
2016-10-08 08:50:16 -07:00
2014-01-21 22:34:30 +09:00
2013-11-20 15:53:08 +01:00
2016-07-08 16:51:31 -04:00
2016-07-08 16:51:31 -04:00
2016-07-08 16:51:31 -04:00
2016-07-08 16:51:31 -04:00
2016-07-08 16:51:31 -04:00
2016-07-11 15:01:32 -04:00
2016-07-11 15:01:32 -04:00
2016-07-08 17:19:30 -04:00
2016-07-08 17:19:30 -04:00
2016-07-08 17:19:30 -04:00
2016-07-08 17:19:30 -04:00
2016-07-08 17:19:30 -04:00
2017-01-06 08:11:54 -08:00
2016-12-12 19:10:39 -08:00
2016-12-12 19:10:39 -08:00
2016-12-12 19:10:39 -08:00
2016-12-12 19:10:39 -08:00
2016-07-15 01:46:55 -04:00
2016-09-15 14:50:01 +08:00
2016-09-15 14:50:01 +08:00
2016-09-15 14:50:01 +08: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/>