|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Use case:
Running Jenkins on Windows (Windows Server 2008 R2 Standard with Service Pack 1; Java version "1.6.0_21"; Java(TM) SE Runtime Environment (build 1.6.0_21-b07) Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode, sharing)); on Linux download a directory via wget and the all files in zip link; unzip the zip file via unzip.
If Jenkins 1.532.3, 1.565.1, 1.572, 1.573 or 1.574 is running and the zipped directory contains subdirectories then the unzip on Linus creates a flat list of files and the file names are concatenations of (sub)paths and filenames (names of file in subdirectories contains backslashes, e.g. file name: subdirectory\file.txt). If Jenkins 1.509.4 is running then it works as expected (unzip recreates directories, e.g. file file.txt in directory subdirectory).