Skip to content

ripta/gcb-notifier

Repository files navigation

gcb-notifier is the Google-provided Slack connector for Google Cloud Build notifications potentially with some modifications to suit my own needs. You likely want the reference implementation.

To install this function, it is assumed that gcloud CLI is set up and that the default project is active.

  1. Clone this repository locally.

  2. Go to custom integrations on your workspace and create a new incoming webhook. This will be the [URL] below.

  3. Create a new secrets.yaml file in the current directory containing:

SLACK_WEBHOOK_URL: '[URL]'
  1. Run make deploy.

Releases

No releases published

Packages

No packages published