-
Bug
-
Resolution: Fixed
-
Minor
1.509.x would create a subdir.zip with a root entry subdir/. Development builds omit this top directory.
- is blocking
-
JENKINS-17236 Pluggable artifact transfer & storage
-
- Resolved
-
- is related to
-
JENKINS-19752 Download build artifacts as zip generates a corrupted file
-
- Resolved
-
-
JENKINS-26700 Download build artifacts as zip generates a corrupted file
-
- Open
-
Actually, unzip behaviour differs depending on whether you are Linux or Windows.
On Linux, the behaviour is as you describe - the unzip writes into the current directory.
On Windows, unzip creates a new directory with the same name as the .zip file (minus the .zip extension) and then writes into there (that's with the GUI - not sure what the command line does).
In fact, when we zip up our product, we add an extra directory level in the Linux .zip, but not in the Windows .zip, for exactly that reason.
Matthew