Kyr Shatskyy b67c0bc754 Add support for 'RocketChat Notifier Plugin'
Change-Id: I78755fb1d116a6e164817589457fe132b81a89eb
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
2019-03-04 20:54:58 +00:00

26 lines
979 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<jenkins.plugins.rocketchatnotifier.RocketChatNotifier plugin="rocketchatnotifier">
<channel/>
<startNotification>false</startNotification>
<notifySuccess>false</notifySuccess>
<notifyAborted>false</notifyAborted>
<notifyNotBuilt>false</notifyNotBuilt>
<notifyUnstable>false</notifyUnstable>
<notifyFailure>false</notifyFailure>
<notifyBackToNormal>false</notifyBackToNormal>
<notifyRepeatedFailure>false</notifyRepeatedFailure>
<includeTestSummary>false</includeTestSummary>
<includeTestLog>false</includeTestLog>
<includeCustomMessage>false</includeCustomMessage>
<commitInfoChoice>NONE</commitInfoChoice>
<rawMessage>false</rawMessage>
<webhookToken/>
<webhookTokenCredentialId/>
<attachments/>
<customMessage/>
</jenkins.plugins.rocketchatnotifier.RocketChatNotifier>
</publishers>
</project>