Releases: box/ClusterRunner
Releases · box/ClusterRunner
0.5.481
0.5.480
0.5.479
0.5.478
Ignore zipfile artifact creation failures (#343) We've seen an issue on our ClusterRunner production instance that will cause zip creation to fail with a FileNotFoundError. Since we're not yet depending on zip files, this just logs and ignores any failures that occur. This also moves zip creation to occur after tar.gz creation. Hopefully we'll be able to use the successfully created tar.gz artifact to debug issues with creating the zip artifact.
0.5.477
Do not crash master when postbuild tasks fail (#341) Previously if an exception occurred during postbuild tasks (archiving artifacts, writing timing data, etc.) for any build then the master service would shut down. Nonsense! This changes the behavior to merely fail the build whose postbuild tasks failed.