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
17 lines
459 B
XML
17 lines
459 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<buildWrappers>
|
|
<jenkins.plugins.logstash.LogstashBuildWrapper plugin="logstash@0.8.0">
|
|
<useRedis>true</useRedis>
|
|
<redis>
|
|
<host>localhost</host>
|
|
<port>6379</port>
|
|
<numb>0</numb>
|
|
<pass>password</pass>
|
|
<dataType>list</dataType>
|
|
<key>logstash</key>
|
|
</redis>
|
|
</jenkins.plugins.logstash.LogstashBuildWrapper>
|
|
</buildWrappers>
|
|
</project>
|