
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.
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