Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
Jenkins LTS 2.263.2
-
-
2.276 and 2.263.3
Description
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
Attachments
Issue Links
- is related to
-
JENKINS-61473 *zip* from agent workspace folder does not contain the parent directory anymore
-
- Closed
-
- links to
jameshowe I built a local copy of the Jenkins master branch with pull request 5187 and confirmed that it passes the job that was consistently failing on Jenkins 2.275 and Jenkins 2.263.2. You're welcome to use my build to test or you can use the ci.jenkins.io build that will be generated as part of the pull request.