[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-07-18 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
Fix included in git-client-plugin 1.18.0 and git plugin 2.4.0 released 18 July 2015 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-27097 
 
 
 
  wrong timezone reported in changes  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mark Waite 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-06-06 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-27097 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: wrong timezone reported in changes  
 
 
 
 
 
 
 
 
 
 
The git plugin and git client plugin are being tested in hopes of releasing new versions before the end of June. If you're willing to assist with the testing, please download and install a pre-release build of the git client plugin and the git plugin. Problems detected in the pre-release should be e-mailed to Mark Waite and Nicolas De Loof. 
I wrote some test ideas if you would like suggestions of areas that need testing. The git plugin supports many different use cases and its automated tests only evaluate a very few of those use cases. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-05-08 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-27097 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: wrong timezone reported in changes  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Mark Waite Path: pom.xml http://jenkins-ci.org/commit/git-client-plugin/3bd20ddf480daf6794ba2a8de54007a8894c65a1 Log: Base 1.17.1 off 1.16.1: allow more study of git 2.3.6-SNAPSHOT issues 
The release of git client plugin 1.17.0 delivered a fix for [ISO date parsing](https://issues.jenkins-ci.org/browse/JENKINS-27097). Unfortunately, that fix exposes a long-standing bug in git plugin versions 2.3.5 and earlier. The bug is fixed in git plugin 2.3.6-SNAPSHOT. However, tests of git plugin 2.3.6-SNAPSHOT show that it is not yet ready for production use. 
Rather than rush to deliver git plugin 2.3.6, this change will restore the git client plugin to the code base which was delivered with git client plugin 1.16.1. That will hide the ISO date parsing bug that is in git plugin 2.3.5 and earlier and allow more time to prepare 2.3.6 for release. 
The 1.17.0 changes are not included in this build, including: 
 

Update minimum Jenkins version from 1.509 to 1.532.2
 

Update JGit to 3.7.0
 

[Allow prune with JGit JENKINS-26197](https://issues.jenkins-ci.org/browse/JENKINS-26197)
 

[Use ISO-8601 date format in changelog JENKINS-27097](https://issues.jenkins-ci.org/browse/JENKINS-27097)
 

[Improve checkout failure message JENKINS-26748](https://issues.jenkins-ci.org/browse/JENKINS-26748)
 

Guard against null pointer exception in several API calls
 

Update other dependencies
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 

[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-04-26 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-27097


wrong timezone reported in changes
















Git client plugin 1.17.0 released 25 Apr 2015 and includes this fix.

I've also compiled and run the git client plugin automated tests with JDK 6 and do not see any failure with JDK 6.  Unfortunately, when I run the git plugin automated tests with JDK 6, it shows that there is a problem.  The stack trace is:


testIsoDate(hudson.plugins.git.GitChangeSetTest)  Time elapsed: 2.798 sec   ERROR!
java.lang.IllegalArgumentException: Illegal pattern character 'X'
	at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:768)
	at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:575)
	at java.text.SimpleDateFormat.init(SimpleDateFormat.java:500)
	at java.text.SimpleDateFormat.init(SimpleDateFormat.java:475)
	at hudson.plugins.git.GitChangeSet.getTimestamp(GitChangeSet.java:209)
	at hudson.plugins.git.GitChangeSetTest.testIsoDate(GitChangeSetTest.java:154)





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-04-26 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-27097


wrong timezone reported in changes
















Git client plugin 1.17.0 released 25 Apr 2015 and includes this fix.

I've also compiled and run the git client plugin automated tests with JDK 6 and do not see any failure with JDK 6.  Unfortunately, when I run the git plugin automated tests with JDK 6, it shows that there is a problem.  The stack trace is:


testIsoDate(hudson.plugins.git.GitChangeSetTest)  Time elapsed: 2.798 sec   ERROR!
java.lang.IllegalArgumentException: Illegal pattern character 'X'
	at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:768)
	at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:575)
	at java.text.SimpleDateFormat.init(SimpleDateFormat.java:500)
	at java.text.SimpleDateFormat.init(SimpleDateFormat.java:475)
	at hudson.plugins.git.GitChangeSet.getTimestamp(GitChangeSet.java:209)
	at hudson.plugins.git.GitChangeSetTest.testIsoDate(GitChangeSetTest.java:154)



I'd prefer to not have to fix that problem, since the Jenkins project is saying goodbye to Java 6(http://jenkins-ci.org/content/good-bye-java6)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-04-26 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-27097


wrong timezone reported in changes
















Git client plugin 1.17.0 released 25 Apr 2015 and includes this fix.

I've also compiled and run the git client plugin automated tests with JDK 6 and do not see any failure with JDK 6.  Unfortunately, when I run the git plugin automated tests with JDK 6, it shows that there is a problem.  The stack trace is:


testIsoDate(hudson.plugins.git.GitChangeSetTest)  Time elapsed: 2.798 sec   ERROR!
java.lang.IllegalArgumentException: Illegal pattern character 'X'
	at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:768)
	at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:575)
	at java.text.SimpleDateFormat.init(SimpleDateFormat.java:500)
	at java.text.SimpleDateFormat.init(SimpleDateFormat.java:475)
	at hudson.plugins.git.GitChangeSet.getTimestamp(GitChangeSet.java:209)
	at hudson.plugins.git.GitChangeSetTest.testIsoDate(GitChangeSetTest.java:154)



I'd prefer to not have to fix that problem, since the Jenkins project is saying goodbye to Java 6



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-04-25 Thread mark.earl.wa...@gmail.com (JIRA)















































Mark Waite
 resolved  JENKINS-27097 as Fixed


wrong timezone reported in changes
















Git client plugin 1.17.0 released 25 Apr 2015 and includes this fix.

I've also compiled and run the automated tests with JDK 6 and do not see any failure with JDK 6.





Change By:


Mark Waite
(25/Apr/15 4:40 PM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-03-27 Thread jenkins...@kvockin.de (JIRA)














































Vasili Kvockin
 commented on  JENKINS-27097


wrong timezone reported in changes















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.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-03-21 Thread jenkins...@kvockin.de (JIRA)














































Vasili Kvockin
 commented on  JENKINS-27097


wrong timezone reported in changes















What is the minimum JDK compatibility level for Jenkins?

One of the tests breaks with JDK 1.6 for me. With 1.7 it works. (OSX 10.10.2)


Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.444 sec  FAILURE! - in hudson.plugins.git.GitChangeSetTest
testIsoDate(hudson.plugins.git.GitChangeSetTest)  Time elapsed: 1.01 sec   ERROR!
java.lang.IllegalArgumentException: Illegal pattern character 'X'
at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:768)
at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:575)
at java.text.SimpleDateFormat.init(SimpleDateFormat.java:500)
at java.text.SimpleDateFormat.init(SimpleDateFormat.java:475)
at hudson.plugins.git.GitChangeSet.getTimestamp(GitChangeSet.java:209)
at hudson.plugins.git.GitChangeSetTest.testIsoDate(GitChangeSetTest.java:154)



$ java -version
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-466.1-11M4716)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-466.1, mixed mode)

$ java -version
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b12)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-03-21 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-27097


wrong timezone reported in changes
















The Jenkins git plugin is developed, compiled, and tested with JDK 1.7.  The building Jenkins wiki page says that JDK 1.6 is required for Jenkins as a whole, but the git plugin is no longer being checked that it compiles with JDK 1.6, or that it runs with JDK 1.6.

Since April 2015 is the official end of publicly available patches for JDK 1.7, and since Oracle's last publicly available patch for JDK 1.6 was 1.6.0_45 in April 2013, I hope the community sees that as a reasonable approach.

Do you think that JDK 1.6 support is critical for the community of users of the git plugin?  We recently had to refine a change so that users of the git plugin running on Red Hat 5 and Red Hat 6 (git versions prior to 1.7.10) would not be disrupted by the assumption of credentials support in command line git.  Maybe we'll need to do something similar here, with some form of conditional for JDK 1.6.  If so, then I'll adapt the test automation setup I have to include more testing of JDK 1.6 before new plugin versions are released.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-03-21 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 commented on  JENKINS-27097


wrong timezone reported in changes















The Jenkins git plugin is developed, compiled, and tested with JDK 1.7.  The building Jenkins wiki page says that JDK 1.6 is required for Jenkins as a whole, but the git plugin is no longer being checked that it compiles with JDK 1.6, or that it runs with JDK 1.6.

Since April 2015 is the official end of publicly available patches for JDK 1.7, and since Oracle's last publicly available patch for JDK 1.6 was 1.6.0_45 in April 2013, I hope the community sees that as a reasonable approach.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-03-21 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-27097


wrong timezone reported in changes
















The Jenkins git plugin is developed, compiled, and tested with JDK 1.7.  The building Jenkins wiki page says that JDK 1.6 is required for Jenkins as a whole, but the git plugin is no longer being checked that it compiles with JDK 1.6, or that it runs with JDK 1.6.

Since April 2015 is the official end of publicly available patches for JDK 1.7, and since Oracle's last publicly available patch for JDK 1.6 was 1.6.0_45 in April 2013, I hope the community sees that as a reasonable approach.

Do you think that JDk 1.6 support is critical for the community of users of the git plugin?  We recently had to refine a change so that users of the git plugin running on Red Hat 5 and Red Hat 6 (git versions prior to 1.7.10) would not be disrupted by the assumption of credentials support in command line git.  Maybe we'll need to do something similar here, with some form of conditional for JDK 1.6.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-03-21 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-27097


wrong timezone reported in changes
















The Jenkins git plugin is developed, compiled, and tested with JDK 1.7.  The building Jenkins wiki page says that JDK 1.6 is required for Jenkins as a whole, but the git plugin is no longer being checked that it compiles with JDK 1.6, or that it runs with JDK 1.6.

Since April 2015 is the official end of publicly available patches for JDK 1.7, and since Oracle's last publicly available patch for JDK 1.6 was 1.6.0_45 in April 2013, I hope the community sees that as a reasonable approach.

Do you think that JDK 1.6 support is critical for the community of users of the git plugin?

We recently had to refine a change so that users of the git plugin running on Red Hat 5 and Red Hat 6 (git versions prior to 1.7.10) would not be disrupted by the assumption of credentials support in command line git.  After that, I included Red Hat 5 and Red Hat 6 machines in my test setup.  Maybe we'll need to do something similar here, with some form of conditional for JDK 1.6.  If so, then I'll adapt the test automation setup I have to include more testing of JDK 1.6 before new plugin versions are released.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-03-09 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27097


wrong timezone reported in changes















Code changed in jenkins
User: Nicolas De Loof
Path:
 src/test/java/hudson/plugins/git/GitChangeSetEuroTest.java
 src/test/java/hudson/plugins/git/GitChangeSetSimpleTest.java
http://jenkins-ci.org/commit/git-plugin/6d605973a848938c690609b5bb875ec55579dac1
Log:
  JENKINS-27097 remove legacy (and wrong) timestamp tests





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-03-09 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27097


wrong timezone reported in changes















Code changed in jenkins
User: Nicolas De Loof
Path:
 src/main/java/hudson/plugins/git/GitChangeSet.java
 src/test/java/hudson/plugins/git/GitChangeSetTest.java
http://jenkins-ci.org/commit/git-plugin/ea22613b2e9ae3d5ce7b6cc46d79d886f3cb62fc
Log:
  JENKINS-27097 better date/timestamp handling





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-02-24 Thread nicolas.del...@gmail.com (JIRA)














































Nicolas De Loof
 created  JENKINS-27097


wrong timezone reported in changes















Issue Type:


Bug



Assignee:


Nicolas De Loof



Components:


git-plugin



Created:


24/Feb/15 8:41 AM



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 this will result into : `2015-02-23T21:58:47+0100 -0500` which is wrong




Project:


Jenkins



Priority:


Minor



Reporter:


Nicolas De Loof

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-02-24 Thread nicolas.del...@gmail.com (JIRA)














































Nicolas De Loof
 updated  JENKINS-27097


wrong timezone reported in changes
















Change By:


Nicolas De Loof
(24/Feb/15 8:41 AM)




Description:


jenkinsdoreportgitcommitdatebasedonmastertimezone,notusingcommittertimezone.Forsample,Committerdateisreportedbyrawchangelogas`1424725127-0500`Thisisparsedbygit-pluginChangelogParseras`iso.format(1424725127)+remainingstring`IfjenkinsmasterrunasUTC
+1(Fr)
thiswillresultinto:`2015-02-23T21:58:47+0100-0500`whichiswrong



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-27097) wrong timezone reported in changes

2015-02-24 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27097


wrong timezone reported in changes















Code changed in jenkins
User: Nicolas De Loof
Path:
 src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
 src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
http://jenkins-ci.org/commit/git-client-plugin/de49c9bf21f560ac3851c4f7ea3a3597a114ac8e
Log:
  FIXED JENKINS-27097 use ISO-8601 in changelog
Use an explicit format string (to mimic raw format)
to enforce ISO-8601 date format.
Side benefit is this format string should not be
impacted if a future/exotic git CLI do introduce
some subtle changes in format=raw output.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.