-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
I am getting following error in Jenkins. The cvs version on our server is:
Concurrent Versions System (CVS) 1.12.13 (client/server)
When I don't select 'skip changelog' the build always fail with the exception listed below. I tried running 'cvs rlog' command from command prompt, it didn't work. But with 'cvs log' I am getting the changelog.
Using globally configured password for connection to ':pserver:192.168.4.101:2401/home/cvs/src' with username 'jenkins'
cvs rlog -S -d25 Mar 2015 12:59:39 +0500<25 Mar 2015 13:06:21 +0500 ns
cvs [rlog aborted]: premature end of value in /home/cvs/src/ns/stencils/statements/Attic/CheckTemplateUCPA.rtf,v revision 1.6
FATAL: Error while trying to run CVS rlog
java.lang.RuntimeException: Error while trying to run CVS rlog
at hudson.scm.AbstractCvs.executeRlog(AbstractCvs.java:694)
at hudson.scm.AbstractCvs.access$100(AbstractCvs.java:80)
at hudson.scm.AbstractCvs$2.invoke(AbstractCvs.java:666)
at hudson.scm.AbstractCvs$2.invoke(AbstractCvs.java:663)
at hudson.FilePath.act(FilePath.java:989)
at hudson.FilePath.act(FilePath.java:967)
at hudson.scm.AbstractCvs.getRemoteLogForModule(AbstractCvs.java:663)
at hudson.scm.AbstractCvs.calculateChangeLog(AbstractCvs.java:782)
at hudson.scm.AbstractCvs.postCheckout(AbstractCvs.java:797)
at hudson.scm.CVSSCM.checkout(CVSSCM.java:351)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1718)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)