-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: pipeline-utility-steps-plugin
-
Environment:Jenkins - 2.76
Pipeline Utility Steps - 1.41
When re-running a Jenkins pipeline that does not delete or recreate the workspace after a failed or even successful run, the 'zip' step can fail due to the zipFile already existing.  While adding some sort of uniqueness to the file name could be more desired, a 'force: true / false' option could allow for the existing `zipFile` to be overwritten.