Skip to content
Piotr Sękara edited this page May 29, 2020 · 3 revisions

Description

Used to send Slack report.

Parameters

Name Description Required Type Default
avatar URL or emoji for avatar visible on Slack. False AnyOf(URL, String) -
channel Slack channel on which report will appear. True String -
username Slack username which will send report. False String "Highway"
webhook Webhook URL address. True URL -

Example

report:
  default:
    - slack:
        avatar: ":highway:"
        webhook: $(ENV:SLACK_WEBHOOK_URL)
        channel: "#notify-project-xd"

Clone this wiki locally