-
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
-
Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/FilePath.java
core/src/main/java/hudson/model/DirectoryBrowserSupport.java
core/src/main/java/hudson/util/DirScanner.java
test/src/test/java/hudson/model/DirectoryBrowserSupportTest.java
http://jenkins-ci.org/commit/jenkins/793b6826e567e20a256a6d4166031e75a185ef7a
Log:
[FIXED JENKINS-19947] Restore historical undocumented behavior of a top-level entry in a ZIP.
Noting that various DirScanner implementations handle this inconsistently.