b093fee501
Plugins can use get_plugin_config() which will search in a plugin namespace. For example: [plugin "hipchat"] authtoken = 123token - Updated hipchat plugin to use get_plugin_config() - Updated stash plugin to use get_plugin_config() - Backwards compatibility is kept by falling back to the old configuration setting if the new one is not found. - Warning is displayed if the old configuration method is used. Change-Id: I7cff063e2d179a5d9a3f221c85de6864382bc477 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
23 lines
439 B
Plaintext
23 lines
439 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
|
|
query_plugins_info=False
|
|
##### This is deprecated, use job_builder section instead
|
|
#ignore_cache=True
|
|
|
|
[plugin "hipchat"]
|
|
authtoken=dummy
|
|
|
|
[plugin "stash"]
|
|
username=user
|
|
password=pass
|