All integrations

Buildkite

Build state from Buildkite agents.

PreviewCI / CDenv var
buildkite (running) Live Activity preview
what shows on your phone

Source implementation only. Registry, marketplace, hosted installer, and publisher provenance remain unverified until the release checklist records a clean-machine receipt. Review and vendor `connectors/bash/`; no hosted action, orb, image, or mutable helper is treated as verified.

Setup

  1. 1Review and pin connectors/bash/ from this repository.
  2. 2Issue a narrowly scoped CI credential and store it in the platform secret manager. Never place it in YAML, a URL, logs, or a pull-request environment.
  3. 3Use the vendored local connector and test fork, cancellation, retry, and failure behavior before enabling production workflows.
  4. 4Verify provider acceptance and the phone's delivery acknowledgement separately. Never call an accepted event delivered.
pipeline-preview.yml
# CHIRP_API_KEY comes from Buildkite's secret manager.
steps:
  - command: "source ./vendor/chirp.sh && chirp_wrap @buildkite -- ./build"