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 RegistriesAgentsGraphQLRESTMCPWebhooksArazzoWorkflows
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
createBuild
createBuild
Create a new build on the pipeline for the supplied commit and branch.
2
pollBuild
getBuild
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
getBuild
Re-read the finished build so the terminal state is captured as the workflow result.