Buildkite · Arazzo Workflow
Buildkite Trigger And Poll Build
Version 1.0.0
Create a build on a pipeline, then poll until it reaches a terminal state.
View Spec
View on GitHub
CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhookArazzoWorkflows
Provider
Workflows
trigger-and-poll-build
Create a build and poll it to completion.
Triggers a build on the supplied pipeline for a commit and branch, then repeatedly fetches the build until it reaches a terminal state, surfacing the final state, build number and web URL.
1
2
pollBuild
Fetch the build record and check whether it has left the running and scheduled states; loop back while it is still in progress.
3
classifyResult
Re-read the finished build so the terminal state is captured as the workflow result.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.