Buildkite
Run Lunar on Buildkite — trace builds with a Buildkite agent command hook and deliver build status to Lunar Hub with a Notification Service webhook.
Setup
Step 1 — Agent command hook (tracing)
# hooks/command
set -e
export LUNAR_CI_TYPE=buildkite
export LUNAR_RUN_CMD="bash -c \"$BUILDKITE_COMMAND\""
export LUNAR_HUB_HOST=hub.example.com
export LUNAR_HUB_TOKEN="$LUNAR_HUB_TOKEN"
lunar ci-tracer runStep 2 — Notification Service webhook (build status)
Component attribution
Scope and limitations
Last updated
