Skip to content
Snippets Groups Projects
Unverified Commit 4f581faa authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Automatically retry builds when a buildkite agent is lost (#5380)

Sometimes the build agents get lost or die (error codes -1 and 2). Retry automatically a maximum of 2 times if this happens.

Error code reference:

* -1: Agent was lost
* 0: Build successful
* 1: There was an error in your code
* 2: The build stopped abruptly
* 255: The build was cancelled
parent 2d1d7b7e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment