jenkins-job-builder/jenkins_jobs
Lukas Bednar 1cf55db557 publishers: xunit doesn't accepts integers as threshold
* Accept integers for threshold
 In documentation is written that threshold should be integer.
 But it fails with integer to generate XML.
 Only case when it pass is for 0, because XML formatter consider it as
 empty body and do not format it.

* Fix documentation for missing threshold field, plus test.
 In documentation it says that missing threshold is set to 0, but apparently
 it is set to Null (empty field), and it has different behaviour than for 0
 value.

Change-Id: I326cbadd955c4c28f315fa72293d9a54a116b140
2015-11-12 14:51:58 +01:00
..
modules publishers: xunit doesn't accepts integers as threshold 2015-11-12 14:51:58 +01:00
sphinx Add openstack-common support for setup and version 2012-11-10 23:36:16 +00:00
__init__.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
builder.py fix for python 3, decode job output 2015-10-13 00:26:20 -07:00
cmd.py cmd.py: tweak plugin information querying logic 2015-10-30 09:30:28 -04:00
constants.py Remove YamlParser from jenkins_jobs.builder 2015-04-22 11:59:07 -07:00
errors.py Find module for exceptions raised from gen_xml 2015-07-14 15:42:42 +01:00
formatter.py Remove YamlParser from jenkins_jobs.builder 2015-04-22 11:59:07 -07:00
local_yaml.py Separate out custom yaml tags into separate classes 2015-09-18 00:37:00 +01:00
parser.py Wrap file objects with codecs to handle unicode 2015-10-09 10:48:01 -07:00
registry.py Remove YamlParser from jenkins_jobs.builder 2015-04-22 11:59:07 -07:00
utils.py Wrap file objects with codecs to handle unicode 2015-10-09 10:48:01 -07:00
version.py Get verison info for jenkins-job-builder 2014-10-22 09:46:10 -07:00
xml_config.py Allow whitespace to be significant 2015-08-11 18:31:48 +01:00