See JENKINS-12599
On 02/16/2012 03:14 PM, Harpel, Craig wrote: > > Yesterday, I upgraded from Jenkins 1.444 to 1.451, and at the same > time upgraded the CVS plugin from 1.6 to 2.0. Now all of my CVS jobs > are failing with the same kind of error as seen below. Reverting to > version 1.6 fixes the problem. Is there a config change I have to > make for 2.0? > > > > FATAL: Unrecognized CVS Root: :ext:[email protected]:/cvsroot/infr > > java.lang.IllegalArgumentException: Unrecognized CVS Root: > :ext:[email protected]:/cvsroot/infr > > at > org.netbeans.lib.cvsclient.connection.ConnectionFactory.getConnection(ConnectionFactory.java:117) > > at hudson.scm.CVSSCM.getCvsClient(CVSSCM.java:570) > > at hudson.scm.CVSSCM.checkout(CVSSCM.java:702) > > at > hudson.model.AbstractProject.checkout(AbstractProject.java:1195) > > at > hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:576) > > at > hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:465) > > at hudson.model.Run.run(Run.java:1409) > > at > hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:481) > > at > hudson.model.ResourceController.execute(ResourceController.java:88) > > at hudson.model.Executor.run(Executor.java:238) > > >
