c5c0eb4f16
Include an additional option to exclude some paths/patterns from being included in the search to allow a complex hierarchy of directories to be referenced under a single path. Provide support to allow the user to specify patterns, relative and/or absolute path references. Implements support for excluding based on absolute path, relative path and based on simple shell globing patterns. Change-Id: I236b364c268fd2bf5511a2c6d9a1c87914f3b086
18 lines
359 B
Plaintext
18 lines
359 B
Plaintext
[job_builder]
|
|
ignore_cache=True
|
|
keep_descriptions=False
|
|
include_path=.:scripts:~/git/
|
|
recursive=False
|
|
exclude=.*:manual:./development
|
|
allow_duplicates=False
|
|
|
|
[jenkins]
|
|
user=jenkins
|
|
password=1234567890abcdef1234567890abcdef
|
|
url=https://jenkins.example.com
|
|
##### This is deprecated, use job_builder section instead
|
|
#ignore_cache=True
|
|
|
|
[hipchat]
|
|
authtoken=dummy
|