Buildkite
Build state from Buildkite agents.
PreviewCI / CDenv var

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
- 1Review and pin
connectors/bash/from this repository. - 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.
- 3Use the vendored local connector and test fork, cancellation, retry, and failure behavior before enabling production workflows.
- 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"