604d39305b
Fixed problem that causes a UnicodeEncodeError when use multi-byte characters in the job.yml. Change-Id: Ie715c827a794e73fae11cdca079ea80cfb8c280d
15 lines
636 B
Plaintext
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/>
|