jenkins-job-builder/tests/properties/fixtures/slack002.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>