98579924ef
Added new test cases in wrappers fixtures. Updated setup.py to include the new wrapper entry point. Added the logstash plugin to the wrapper module. made the default the localhost for host. Added an if around the use redis bool. If Redis parameters are not defined, use an empty dict to use all defaults. Change-Id: Iee950a7d05a56d3a45b5f93ccd77306b37662d25
9 lines
259 B
XML
9 lines
259 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<buildWrappers>
|
|
<jenkins.plugins.logstash.LogstashBuildWrapper plugin="logstash@0.8.0">
|
|
<useRedis>false</useRedis>
|
|
</jenkins.plugins.logstash.LogstashBuildWrapper>
|
|
</buildWrappers>
|
|
</project>
|