Buildkite · Arazzo Workflow
Buildkite Cancel Running Build
Version 1.0.0
Find the latest running build on a pipeline and cancel it.
View Spec
View on GitHub
CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhooksArazzoWorkflows
Provider
Workflows
cancel-running-build
Cancel the most recent running build of a pipeline.
Lists builds, and when the most recent one is still in progress cancels it and confirms the cancellation.
1
listBuilds
listBuilds
List builds for the pipeline and capture the most recent build number and state.
2
cancelBuild
cancelBuild
Cancel the most recent in-progress build.
3
confirmCancel
getBuild
Read the build back to confirm it has moved into a canceling or canceled state.