jenkins-job-builder/tools/configs/non-defaults.conf
Darragh Bailey 31d5996192 Allow testing non-default configs with complex definitions
Ensure we can provide multiple configurations to exercise different
behaviour within modules with complex job definition inputs.

This ensures that behaviour can be put behind config options, while
providing a platform to exercise these non-default values with the full
complexity of the OpenStack JJB definitions.

Since config options may result in different output, success is
determined by simply succeeding in executing JJB without error.

For additional review, any differences are outputted.

Change-Id: Ifd2b48ae85fbe7b5a2858dd426137c735c6ccd02
2016-05-26 15:37:23 +01:00

17 lines
315 B
Plaintext

[job_builder]
keep_descriptions=True
ignore_cache=True
recursive=True
exclude=.*:manual:./development
allow_duplicates=True
allow_empty_variables=True
[jenkins]
user=jenkins
password=1234567890abcdef1234567890abcdef
url=https://jenkins.example.com
query_plugins_info=False
[__future__]
param_order_from_yaml=True