Buildkite · Arazzo Workflow
Buildkite Retry Failed Job
Version 1.0.0
Find a failed job in a build, retry it, then poll the build to completion.
View Spec
View on GitHub
CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhooksArazzoWorkflows
Provider
Workflows
retry-failed-job
Retry a failed job and poll the build to completion.
Reads a build, retries the supplied failed job, and polls the build until it reaches a terminal state.
1
getBuild
getBuild
Read the build to confirm it is terminal and capture its jobs before retrying.
2
retryJob
retryJob
Retry the supplied failed job, which re-queues it for an available agent.
3
pollBuild
getBuild
Poll the build until the retried job completes and the build leaves the running and scheduled states.