jenkins-job-builder/tests/publishers/fixtures/hipchat001.xml
Timothy Chavez a18d39a716 Added hipchat publisher for HipChat plugin >=0.1.9
A new hipchat publisher has been added.  It replaces the old hipchat
notifier mechanism for HipChat plugin >=0.1.9

Change-Id: Ifa5e147da77882390d07e1bc9b58abff6f15ac1e
Signed-off-by: Kyle Rockman <kyle.rockman@mac.com>
Co-Authored-By: Richard Pijnenburg <richard.pijnenburg@gmail.com>
2015-09-09 18:59:34 -05:00

19 lines
676 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<jenkins.plugins.hipchat.HipChatNotifier>
<token>auth</token>
<room>room1,room2</room>
<startNotification>true</startNotification>
<notifySuccess>false</notifySuccess>
<notifyAborted>true</notifyAborted>
<notifyNotBuilt>false</notifyNotBuilt>
<notifyUnstable>false</notifyUnstable>
<notifyFailure>false</notifyFailure>
<notifyBackToNormal>false</notifyBackToNormal>
<startJobMessage>job started</startJobMessage>
<completeJobMessage>job completed</completeJobMessage>
</jenkins.plugins.hipchat.HipChatNotifier>
</publishers>
</project>