jenkins-job-builder/tests/hipchat
Thanh Ha b093fee501
Add convenience function for plugin namespace
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>
2016-11-11 13:34:16 -05:00
..
fixtures Add convenience function for plugin namespace 2016-11-11 13:34:16 -05:00
__init__.py Support additional events for HipChat plugin 2014-10-24 13:10:21 -07:00
test_hipchat.py Refactor base test classes inheritance for reuse 2016-09-14 14:58:57 +01:00