jenkins-job-builder/tests/publishers/fixtures
Kei YAMAZAKI 8be20dc2c3 Added support for Github notifier
Change-Id: I79c7847aa8df4dd4f9f76567c461d016aa00c6c1
2013-12-21 23:37:06 +09:00
..
README Tests for publishers 2013-07-19 14:31:11 +02:00
blame001.xml Added support for Jenkins plugin Blame upstream committers 2013-11-25 18:29:54 +01:00
blame001.yaml Added support for Jenkins plugin Blame upstream committers 2013-11-25 18:29:54 +01:00
build001.xml Add build-publisher to jenkins-job-builder 2013-11-14 11:39:30 +01:00
build001.yaml Cleaned up fixtures. Removing vim editor settings 2013-11-25 18:33:32 +01:00
cloverphp001.xml cloverphp publisher 2013-12-10 20:40:57 +00:00
cloverphp001.yaml cloverphp publisher 2013-12-10 20:40:57 +00:00
cloverphp002.xml cloverphp publisher 2013-12-10 20:40:57 +00:00
cloverphp002.yaml cloverphp publisher 2013-12-10 20:40:57 +00:00
cloverphp003.xml cloverphp publisher 2013-12-10 20:40:57 +00:00
cloverphp003.yaml cloverphp publisher 2013-12-10 20:40:57 +00:00
description-setter.xml Description Setter Plugin support added 2013-12-08 16:27:55 +04:00
description-setter.yaml Description Setter Plugin support added 2013-12-08 16:27:55 +04:00
emotional-jenkins.xml Added support for Emotional Jenkins 2013-11-19 19:25:30 +09:00
emotional-jenkins.yaml Added support for Emotional Jenkins 2013-11-19 19:25:30 +09:00
git001.xml Add publisher for Git Publisher support 2013-09-24 21:39:34 -05:00
git001.yaml Cleaned up fixtures. Removing vim editor settings 2013-11-25 18:33:32 +01:00
github-notifier.xml Added support for Github notifier 2013-12-21 23:37:06 +09:00
github-notifier.yaml Added support for Github notifier 2013-12-21 23:37:06 +09:00
plot001.xml Fix plot plugin support 2013-09-11 17:42:52 -04:00
plot001.yaml Cleaned up fixtures. Removing vim editor settings 2013-11-25 18:33:32 +01:00
plot002.xml Fix plot plugin support 2013-09-11 17:42:52 -04:00
plot002.yaml Cleaned up fixtures. Removing vim editor settings 2013-11-25 18:33:32 +01:00
plot003.xml Fix plot plugin support 2013-09-11 17:42:52 -04:00
plot003.yaml Cleaned up fixtures. Removing vim editor settings 2013-11-25 18:33:32 +01:00
scp001.xml Tests for publishers 2013-07-19 14:31:11 +02:00
scp001.yaml Cleaned up fixtures. Removing vim editor settings 2013-11-25 18:33:32 +01:00
stash001.xml Added support for Stash Notifier 2013-11-20 15:53:08 +01:00
stash001.yaml Added support for Stash Notifier 2013-11-20 15:53:08 +01:00
xunit001.xml Tests for publishers 2013-07-19 14:31:11 +02:00
xunit001.yaml Cleaned up fixtures. Removing vim editor settings 2013-11-25 18:33:32 +01:00

README

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" ?>
- self closing elements do not contains space eg: <element/>