84c114c088
Change-Id: Idd48c5c0e595195aaecfee9aab7233cbf1d1a640
26 lines
799 B
YAML
26 lines
799 B
YAML
publishers:
|
|
- slack:
|
|
team-domain: 'teamname'
|
|
auth-token: 'yourauthtoken'
|
|
auth-token-id: 'yourauthtokenid'
|
|
build-server-url: 'http://localhost:8081'
|
|
room: '#builds'
|
|
notify-start: True
|
|
notify-success: True
|
|
notify-aborted: True
|
|
notify-not-built: True
|
|
notify-unstable: True
|
|
notify-failure: True
|
|
notify-every-failure: True
|
|
notify-back-to-normal: True
|
|
notify-repeated-failure: True
|
|
notify-regression: True
|
|
include-test-summary: True
|
|
include-failed-tests: True
|
|
commit-info-choice: 'AUTHORS_AND_TITLES'
|
|
include-custom-message: True
|
|
custom-message: 'A custom message.'
|
|
auth-token-credential-id: yourauthtoken
|
|
bot-user: True
|
|
base-url: https://hooks.slack.com/services/
|