0bdd819969
- update jabber plugin to use convert xml - add plugin="jabber" and plugin="instant-messaging" attribute - update test cases - add new notification strategy option Change-Id: I221f75f30e611ca206041be6f9a86e4075f6bb8d
17 lines
677 B
XML
17 lines
677 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.jabber.im.transport.JabberPublisher plugin="jabber">
|
|
<targets/>
|
|
<strategy>ALL</strategy>
|
|
<notifyOnBuildStart>false</notifyOnBuildStart>
|
|
<notifySuspects>false</notifySuspects>
|
|
<notifyCulprits>false</notifyCulprits>
|
|
<notifyFixers>false</notifyFixers>
|
|
<notifyUpstreamCommitters>false</notifyUpstreamCommitters>
|
|
<buildToChatNotifier class="hudson.plugins.im.build_notify.DefaultBuildToChatNotifier"/>
|
|
<matrixMultiplier>ONLY_CONFIGURATIONS</matrixMultiplier>
|
|
</hudson.plugins.jabber.im.transport.JabberPublisher>
|
|
</publishers>
|
|
</project>
|