f1bae173ff
The HipChat plugin has changed a good bit in version 0.1.9 such that it is now purely using the publisher hook and it's acquired a few new configuration items. This patch ensures used of the existing format will be automatically redirected to the newer publisher module which adds support for 0.1.9. Change-Id: I39452e877b20bfc5654d46c90e91dd877a8ebeb0 Story: 2000301 Story: 2000324
19 lines
672 B
XML
19 lines
672 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<jenkins.plugins.hipchat.HipChatNotifier>
|
|
<token/>
|
|
<room>room1,room2</room>
|
|
<startNotification>true</startNotification>
|
|
<notifySuccess>false</notifySuccess>
|
|
<notifyAborted>false</notifyAborted>
|
|
<notifyNotBuilt>false</notifyNotBuilt>
|
|
<notifyUnstable>false</notifyUnstable>
|
|
<notifyFailure>false</notifyFailure>
|
|
<notifyBackToNormal>false</notifyBackToNormal>
|
|
<startJobMessage>project_start</startJobMessage>
|
|
<completeJobMessage>project_completed</completeJobMessage>
|
|
</jenkins.plugins.hipchat.HipChatNotifier>
|
|
</publishers>
|
|
</project>
|