Buildkite · Arazzo Workflow
Buildkite Collect Build Artifacts
Version 1.0.0
Look up a build, confirm it finished, then list its artifacts.
View Spec
View on GitHub
CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhooksArazzoWorkflows
Provider
Workflows
collect-build-artifacts
Confirm a build finished and list its artifacts.
Reads a build, branches on its finished state, and when complete lists the artifacts uploaded by the build.
1
getBuild
getBuild
Fetch the build record and capture its state to decide whether artifacts are ready to be listed.
2
listArtifacts
listArtifactsForBuild
List all artifacts uploaded across the jobs of the finished build.