jenkins-job-builder/tests/yamlparser
Daniel Belenky 3806c9c3d7 Handle cancel-builds-on-update values from vars
The code assumes that the value of cancel-builds-on-update is a boolean.
This fails when specifying the value of the param in a variable because when
deep_formatter formats the data, booleans turn into strings.

Also added tests for such case.

Change-Id: Ib1ec3d5545091be550bfe023e49c7982372d5b55
Signed-off-by: Daniel Belenky <daniel.belenky@gmail.com>
2018-11-14 10:47:36 +02:00
..
exceptions Output additional info when exceptions occur 2016-12-08 15:59:12 +00:00
fixtures Handle cancel-builds-on-update values from vars 2018-11-14 10:47:36 +02:00
__init__.py Add tests for YamlParser and patch 2.6 minidom 2014-01-26 17:02:51 +11:00
test_yamlparser.py Output additional info when exceptions occur 2016-12-08 15:59:12 +00:00