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
builds_queue
Queue a new build for the supplied definition, optionally overriding the source branch.
2
pollBuild
builds_get
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
builds_getTimeline
Fetch the detailed build timeline to expose the per-task pass/fail state of the completed build.