jenkins-job-builder/tests/publishers/fixtures/README
Kei YAMAZAKI 604d39305b Fix multibyte character problem
Fixed problem that causes a UnicodeEncodeError when use multi-byte characters in the job.yml.

Change-Id: Ie715c827a794e73fae11cdca079ea80cfb8c280d
2014-01-21 22:34:30 +09:00

15 lines
636 B
Plaintext

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/>