-
Bug
-
Resolution: Fixed
-
Major
-
None
-
CVS plugin version 2.7
During CVS checkout we see the exception below. This seems to happen on every 2nd build or so. Build stops and we have to run it again.
We recently upgraded from an older version of CVS ( 1.6 ) and jenkins 1.389 or so. This happens on all builds using CVS.
FATAL: 1
java.lang.ArrayIndexOutOfBoundsException: 1
at hudson.scm.CvsLog.parseFileName(CvsLog.java:142)
at hudson.scm.CvsLog.mapCvsLog(CvsLog.java:69)
at hudson.scm.AbstractCvs.calculateChangeLog(AbstractCvs.java:647)
at hudson.scm.AbstractCvs.postCheckout(AbstractCvs.java:662)
at hudson.scm.CVSSCM.checkout(CVSSCM.java:323)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1324)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581)
at hudson.model.Run.execute(Run.java:1518)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Can you attach a job config file for a failing job? I also need confirmation if the jobs that are failing are performing an update rather than a checkout or vice-versa, or if there are any other known differences between the runs?