-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins LTS 2.263.2
-
-
2.276 and 2.263.3
Upgrading from 2.263.1 to 2.263.2 has this undocumented change.
Zip files of artifacts no longer have a top-level directory, but all the contents at the root.
Examples:
- $BUILD_URL/artifact/target/*zip*/target.zip
- $BUILD_URL/artifact/dist/Release/*zip*/Release.zip
- $BUILD_URL/Documentation/*zip*/Documentation.zip
Possible regression of JENKINS-19947
- is related to
-
JENKINS-61473 *zip* from agent workspace folder does not contain the parent directory anymore
-
- Closed
-
- links to
[JENKINS-64621] Zip artifact downloads missing a top-level directory
Environment | Original: Jenkins | New: Jenkins LTS 2.263.2 |
Description |
Original:
Upgrading from 2.263.1 to 2.263.2 has this undocumented change.
Zip files of artifacts no longer have a top-level directory, but all the contents at the root. Examples: - {{ $BUILD_URL/artifact/target/*zip*/target.zip }} - {{ $BUILD_URL/artifact/dist/Release/*zip*/Release.zip }} - {{ $BUILD_URL/Documentation/*zip*/Documentation.zip Possible regression of |
New:
Upgrading from 2.263.1 to 2.263.2 has this undocumented change.
Zip files of artifacts no longer have a top-level directory, but all the contents at the root. Examples: - {{$BUILD_URL/artifact/target/\*zip\*/target.zip}} - {{$BUILD_URL/artifact/dist/Release/\*zip\*/Release.zip}} - {{$BUILD_URL/Documentation/\*zip\*/Documentation.zip}} Possible regression of |
Labels | New: regression |
Labels | Original: regression | New: lts-candidate regression |
Labels | Original: lts-candidate regression | New: lts-candidate regression security-1452 |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | New: Wadeck Follonier [ wfollonier ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "#5187 in core (Web Link)" [ 26451 ] |
Link |
New:
This issue is related to |