Azure DevOps · Arazzo Workflow
Azure DevOps Retrieve Artifacts of the Latest Successful Build
Version 1.0.0
Find the latest succeeded build for a definition, confirm it, and list its artifacts.
Provider
Workflows
retrieve-latest-build-artifacts
Find the latest succeeded build and list its artifacts.
Lists succeeded builds for a definition, and when one exists, gets the top build and lists its artifacts.
1
listSucceededBuilds
builds_list
List completed, succeeded builds for the definition, newest first.
2
getBuild
builds_get
Fetch the top build to confirm its result and capture its build number.
3
listArtifacts
builds_listArtifacts
List the artifacts published by the selected build.