Skip to content
Snippets Groups Projects
  1. Jun 11, 2019
  2. Jun 10, 2019
  3. Jun 09, 2019
  4. Jun 07, 2019
  5. Jun 06, 2019
    • Andrew Morgan's avatar
      Automatically retry builds when a buildkite agent is lost (#5380) · 4f581faa
      Andrew Morgan authored
      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
      4f581faa
Loading