31d5996192
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
17 lines
315 B
Plaintext
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
|