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:
Currently if you choose the prune option with jgit (Git 2.3.1/Git-client 1.12.0) this is the output:
Not very descriptive, but maybe someone will find this ticket if searching on this error. Perhaps
JENKINS-9052did not apply to JGit?