|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Same here:
[XXX] $ /usr/local/bin/repo manifest -o - -r
[output stripped]
[YYY] $ git log --raw --first-parent --format="zzREPOzz%H%n%an<%ae>%aD%n%cn<%ce>%cD%n%s%n%n%byyREPOyy" d1443119c45b4c7298271307aa2300855ef1691e..7ffb847f77e815c8b1ecb6876eddb814cae86efe
FATAL: String index out of range: -114
java.lang.StringIndexOutOfBoundsException
: String index out of range: -114
at
java.lang.String.substring(String.java:1937)
at
hudson.plugins.repo.ChangeLog.generateChangeLog(ChangeLog.java:167)
at
hudson.plugins.repo.ChangeLog.saveChangeLog(ChangeLog.java:239)
at
hudson.plugins.repo.RepoScm.checkout(RepoScm.java:361)
at
hudson.model.AbstractProject.checkout(AbstractProject.java:1193)
at
hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:576)
at
hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:464)
at
hudson.model.Run.run(Run.java:1376)
at
hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at
hudson.model.ResourceController.execute(ResourceController.java:88)
at
hudson.model.Executor.run(Executor.java:175)