-
Bug
-
Resolution: Fixed
-
Minor
-
-
2.290 2.289.1
User reports:
Hello. I have an issue with zip pipeline step in Jenkins.
My zip file is created with the size of ~12GB but
my pipeline job returns an error:
"org.apache.tools.zip.Zip64RequiredException: path/to/file.pak size exceeds the limit of 4GByte."
(it's about 20 GB) I am not sure whether the zip is complete or not.
I'll send a proposed pr...