652806a751
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
9 lines
131 B
INI
9 lines
131 B
INI
[jenkins]
|
|
user=jenkins_user
|
|
password=jenkins_password
|
|
|
|
[job_builder]
|
|
allow_empty_variables=True
|
|
ignore_cache=True
|
|
flush_cache=True
|