![David Caro](/assets/img/avatar_default.png)
Now you can organize your yaml files into subdirectories and apply them all just passing --recursive option or adding the proper configuration file option. In adding support for multiple paths the Builder.load_files method was reworked to be backward compatible with individual paths or file-like objects, while also now handling being passed a list of paths or file-like objects to be parsed. Change-Id: I126751e347622716c592c6ed1a57b8acb7bf79a4
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
[job_builder]
|
|
ignore_cache=True
|
|
keep_descriptions=False
|
|
include_path=.:scripts:~/git/
|
|
recursive=False
|
|
|
|
[jenkins]
|
|
user=jenkins
|
|
password=1234567890abcdef1234567890abcdef
|
|
url=https://jenkins.example.com
|
|
##### This is deprecated, use job_builder section instead
|
|
#ignore_cache=True
|