-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
jenkins 1.449, cvs-plugin 2.0
after updating to cvs-plugin 2.0, I get an exception when parsing the old changelog files that were written by the previous version of the plugin, e.g.
Caused by: java.text.ParseException: Unparseable date: "2011-12-14"
at java.text.DateFormat.parse(DateFormat.java:337)
at hudson.scm.CVSChangeLogSet$CVSChangeLog.setDate(CVSChangeLogSet.java:232)
... 34 more
the corresponding changelog entry looks like this
<changelog>
<entry>
<date>2011-12-14</date>
<time>23:26</time>
- is duplicated by
-
JENKINS-13017 "Invalid date" On Jenkins startup after CVS plugin 2.0 upgrade. Changelogs disappear from GUI
- Resolved