-
Bug
-
Resolution: Fixed
-
Blocker
-
Windows XP 32
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) Client VM (build 21.0-b17, mixed mode)
The zip generated by the link http://server/job/myJob/lastSuccessfulBuild/artifact/*zip*/archive.zip generates a zip file in which everything seems ok, but when you try to unzip the content with 7z for instance, it fails (compression method not supported).
I can't see anything in the logs.
BTW, the size of the file in the archive are set to 0. Could be a side effect in 7z.
It works fine with 1.531.
And finally, there was a modification of something about the compression in 1.532 related to issue JENKINS-19473.
- is blocking
-
JENKINS-17236 Pluggable artifact transfer & storage
-
- Resolved
-
- is duplicated by
-
JENKINS-19912 *zip* URL produces corrupt archives
-
- Resolved
-
- is related to
-
JENKINS-26700 Download build artifacts as zip generates a corrupted file
-
- Open
-
-
JENKINS-19947 Missing base directory in ZIP from .../artifact/dir/subdir/*zip*/subdir.zip
-
- Resolved
-
Happens to me in 1.535, 1.536, 1.539
yorammi-macbook:temp Yoram$ unzip ../archive\ (3).zip
Archive: ../archive (3).zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of ../archive (3).zip or
../archive (3).zip.zip, and cannot find ../archive (3).zip.ZIP, period.