Azure DevOps · Arazzo Workflow
Azure DevOps Queue and Monitor a Build
Version 1.0.0
Queue a build, poll until it completes, and fetch its timeline.
Provider
Workflows
queue-and-monitor-build
Queue a build, poll to completion, and retrieve its timeline.
Queues a build for a definition, polls the build until it completes, and fetches the build timeline.
1
queueBuild
Queue a new build for the supplied definition, optionally overriding the source branch.
2
pollBuild
Fetch the build by ID and check its status. While the build is still in progress, loop back and poll again; once completed, continue to the timeline step.
3
getTimeline
Fetch the detailed build timeline to expose the per-task pass/fail state of the completed build.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.