b67c0bc754
Change-Id: I78755fb1d116a6e164817589457fe132b81a89eb Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
26 lines
979 B
XML
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>
|