Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
jenkins do report git commit date based on master timezone, not using committer timezone.
For sample, Committer date is reported by raw changelog as `1424725127 -0500`
This is parsed by git-plugin ChangelogParser as `iso.format(1424725127) + remaining string`
If jenkins master run as UTC+1 (Fr) this will result into : `2015-02-23T21:58:47+0100 -0500` which is wrong
Attachments
Issue Links
- is related to
-
JENKINS-22536 Date in changeset is in wrong format
-
- Closed
-
Thank you for the clarification. No, I see no need to retain 1.6 compatibility.
It would probably help the users if the git-plugin page would mention the minimum required java version. It already mentions minimum requirements for dependencies and git runtime. Additionally, it would help developers if there would be some kind of check for minimum version. At least they wouldn't then ask the same question I did.