Skip to content

A lightweight, extensible webhook handler that forwards Buildkite events to Google Cloud Pub/Sub. Built to provide GCP feature parity with Buildkite's AWS EventBridge integration.

License

Notifications You must be signed in to change notification settings

mcncl/buildkite-pubsub

Repository files navigation

Buildkite PubSub

A webhook handler that securely forwards Buildkite build events to Google Cloud Pub/Sub, enabling event-driven architectures and integrations with your Buildkite pipelines.

Build status

Overview

This service connects Buildkite's webhook system to Google Cloud Pub/Sub, allowing you to:

  • Receive Buildkite build events (status changes, pipeline updates, etc.)
  • Forward events securely to Pub/Sub topics
  • Handle failures gracefully with Dead Letter Queue support
  • Protect against cascading failures with Circuit Breaker pattern
  • Monitor and alert on webhook delivery
  • Filter and process events using Pub/Sub subscriptions
  • Build event-driven workflows and integrations

Prerequisites

Local Development

# Run locally
go run cmd/webhook/main.go

# Run tests
go test ./...

# Build container
docker build -t buildkite-webhook .

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

License

MIT License - see LICENSE file for details.

About

A lightweight, extensible webhook handler that forwards Buildkite events to Google Cloud Pub/Sub. Built to provide GCP feature parity with Buildkite's AWS EventBridge integration.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •