buildkite / feedback

Got feedback? Please let us know!
https://buildkite.com
25 stars 24 forks source link

Retry builds when agent went away; code -1 #491

Closed prestonvanloon closed 5 years ago

prestonvanloon commented 5 years ago

Is there any way for buildkite to retry a build when the agent dies or disappears?

silvamerica commented 5 years ago

That should be possible: https://building.buildkite.com/new-in-buildkite-job-retries-3f60a8d45ed2

What's your pipeline/step yml look like?

lox commented 5 years ago

Yup our intent is that automatic retries will sort this out!

prestonvanloon commented 5 years ago

Thanks! I've switched over to the yaml config rather than the really nice UI :( and now I can add that option.