c2f72651d4
Change-Id: I248f279fb30865641c64db260cae9e2f95f4e9f7
20 lines
770 B
XML
20 lines
770 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<jenkins.plugins.slack.SlackNotifier_-SlackJobProperty>
|
|
<startNotification>true</startNotification>
|
|
<notifySuccess>true</notifySuccess>
|
|
<notifyAborted>true</notifyAborted>
|
|
<notifyNotBuilt>false</notifyNotBuilt>
|
|
<notifyUnstable>false</notifyUnstable>
|
|
<notifyFailure>false</notifyFailure>
|
|
<notifyBackToNormal>false</notifyBackToNormal>
|
|
<notifyRepeatedFailure>false</notifyRepeatedFailure>
|
|
<includeTestSummary>false</includeTestSummary>
|
|
<includeCustomMessage>true</includeCustomMessage>
|
|
<customMessage>Custom foo message</customMessage>
|
|
<room/>
|
|
</jenkins.plugins.slack.SlackNotifier_-SlackJobProperty>
|
|
</properties>
|
|
</project>
|