jenkins-job-builder/tests/yamlparser
Martin Kopec 1b7555309f Fix default value regex pattern
Negative values can't be set as default values
currently, for example:
num-to-keep: '{num_to_keep|-1}'
It will return an exception saying: 'parameter missing
to format'.

This should also allow other patterns as long they do
not contain the closing curly bracket.

Change-Id: I26dafb80b120f2c071dda6d9a27319d533b0f874
2018-05-22 20:45:58 +00:00
..
exceptions Output additional info when exceptions occur 2016-12-08 15:59:12 +00:00
fixtures Fix default value regex pattern 2018-05-22 20:45:58 +00: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