-
Bug
-
Resolution: Fixed
-
Minor
-
failed with 2.190.2
failed with 2.204.5
worked with 2.138.3
-
-
2.276
If you download all files as zip from an agent workspace folder, it doesn't contain the parent folder.
If you download all files from archived artifacts or master workspaces it does contain the parent folder.
i.e.
http://server/job/project/ws/dirA/*zip*/dirA.zip
content of dirA.zip:
./file1
./file2
./folderA/
-> does not contain parent folder dirA.
http://server/job/project/lastSuccessfulBuild/artifact/dirA/*zip*/dirA.zip
content of dirA.zip:
./dirA/file1
./dirA/file2
./fdirA/folderA/
-> does contain parent folder dirA.
- is related to
-
JENKINS-64621 Zip artifact downloads missing a top-level directory
-
- Closed
-
This issue is still unresolved (except 2.275 stripped the directory from everything). It only manifests with agent workspaces, so the trivial attempt to reproduce on a new instance and download the workspace from master will not show it.