jenkins-job-builder/tests/cmd/fixtures/settings_from_config.ini
Darragh Bailey 652806a751 Ensure flush cache option obeyed
Make sure that flush cache is correct set first by config file, and
additionally that the CLI overrides any defaults.

In the V2 API work, when moving code around the flush cache option was
accidentally removed from being set by the command line or config
files. This ensures it follows the same behaviour as other similar
options.

Change-Id: I9fb1e234e5ed081ada64855389a87d2f7555469e
2016-07-22 17:55:22 +01:00

9 lines
131 B
INI

[jenkins]
user=jenkins_user
password=jenkins_password
[job_builder]
allow_empty_variables=True
ignore_cache=True
flush_cache=True