summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/slack004.xml
blob: 425b33701e0264c1cd26b6e38e1d53d00b7437ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <jenkins.plugins.slack.SlackNotifier>
      <teamDomain>teamname</teamDomain>
      <authToken>yourauthtoken</authToken>
      <authTokenCredentialId>yourauthtokenid</authTokenCredentialId>
      <buildServerUrl>http://localhost:8081</buildServerUrl>
      <room>#builds</room>
      <startNotification>true</startNotification>
      <notifySuccess>true</notifySuccess>
      <notifyAborted>true</notifyAborted>
      <notifyNotBuilt>true</notifyNotBuilt>
      <notifyUnstable>true</notifyUnstable>
      <notifyFailure>true</notifyFailure>
      <notifyEveryFailure>true</notifyEveryFailure>
      <notifyBackToNormal>true</notifyBackToNormal>
      <notifyRegression>true</notifyRegression>
      <notifyRepeatedFailure>true</notifyRepeatedFailure>
      <includeTestSummary>true</includeTestSummary>
      <includeFailedTests>true</includeFailedTests>
      <commitInfoChoice>AUTHORS_AND_TITLES</commitInfoChoice>
      <includeCustomMessage>true</includeCustomMessage>
      <customMessage>A custom message.</customMessage>
      <authTokenCredentialId>yourauthtoken</authTokenCredentialId>
      <botUser>true</botUser>
      <baseUrl>https://hooks.slack.com/services/</baseUrl>
    </jenkins.plugins.slack.SlackNotifier>
  </publishers>
</project>