-
Bug
-
Resolution: Fixed
-
Major
-
None
When do have archiving for a build, then the files on the master have the original timestamps of the file (same as on the slave).
But when you download it in a zip with '(all files in zip)' then the last modification date of file is the datetime of that moment, instead of original.
We have a job which archives a number of logfiles. Normally you can order it on datetime to get the last logfile, but when you download it in a zip ordering is impossible.
Code changed in jenkins
User: Seiji Sogabe
Path:
changelog.html
core/src/main/java/hudson/util/io/ZipArchiver.java
http://jenkins-ci.org/commit/jenkins/3ddd6bfc2bbfc8e2d4e6f6e22f00b32fb623843d
Log:
[FIXED JENKINS-13122] Last modification date of files in a zip are not the original timestamps