jenkins-job-builder/tests/publishers/fixtures/hipchat001.xml

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>