Buildkite Changelog

What’s new and updated in Buildkite


Timed out jobs that exit with 0 will now pass

Posted November 29, 2019 by Harriet

Previously, the build would consider a timed out job as "failed", regardless of its exit status πŸ™ƒ

This could sometimes happen if a command finished just as the job was being timed out, or if it had specifically implemented signal handling to gracefully exit.

job-timeout-pass.png

Now, jobs that timeout with an exit status of 0 will be marked as "passed", so you can depend on the exit status as the one source of truth for job status βœ…

Update