RELEASED: Public: 2021-11-04
Resolved issues
- CloudBees Backup plugin incorrectly backed up in-progress builds when the build result was already set (BEE-8871)
-
Occasionally, builds that are still in progress have a build result. This can be due to a modification to
currentBuild.result
in a Pipeline, a Pipeline step likejunit
, or a Freestyle builder. Once the build result was set, the CloudBees Backup plugin considered these builds to be complete and could attempt to back them up, even though they were not yet completed.This issue has been resolved. The CloudBees Backup plugin now uses different criteria to determine if a build is still running to ensure that only completed builds can be backed up.