Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 729 Bytes

config-integrations.md

File metadata and controls

29 lines (19 loc) · 729 Bytes
id title sidebar_label
config-integrations
Integration Configuration
Integrations

Section

integrations: A section configuring optional external services BuildBuddy can integrate with, like Slack. Optional

Options

Optional

  • slack: A section configuring Slack integration.

    • webhook_url A webhook url to post build update messages to.

Getting a webhook url

For more instructions on how to get a Slack webhook url, see the Slack webhooks documentation.

Example section

integrations:
  slack:
    webhook_url: "https://hooks.slack.com/services/AAAAAAAAA/BBBBBBBBB/1D36mNyB5nJFCBiFlIOUsKzkW"