package
0.0.0-20250804211631-b08716f3a13a
Repository: https://github.com/googlecloudplatform/cloud-build-notifiers.git
Documentation: pkg.go.dev

# README

Cloud Build HTTP Notifier

This notifier uses HTTP to POST JSON payload notifications to the given recipient server.

This notifier runs as a container via Google Cloud Run and responds to events that Cloud Build publishes via its Pub/Sub topic.

For detailed instructions on setting up this notifier, see Configuring HTTP notifications.

Configuration Variables

This notifier expects the following fields in the delivery map to be set:

  • url: The HTTP endpoint to which POST requests will be sent. No sort of authentication is expected or used.