-
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...
[JENKINS-52356] Support ZIP64 in ZipArchiver
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Summary | Original: support 64bit files in ZipArchiver | New: Support ZIP64 in ZipArchiver |
Remote Link | New: This issue links to "jenkinsci/jenkins#5435 (Web Link)" [ 26715 ] |
Remote Link | New: This issue links to "jenkinsci/jenkins#3536 (Web Link)" [ 26716 ] |
Status | Original: Resolved [ 5 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 2.290 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
Assignee | Original: Josh Soref [ jsoref ] | New: Basil Crow [ basil ] |
Fixed by https://github.com/jenkinsci/jenkins/pull/3536
(note: the commit message was wrong because I messed up a copy+paste at some point...)