The fix dint worked for me still getting the same exception: Started by user rohit Building in workspace /../Jenkins/etc/workspace/autotest FATAL: Unrecognized CVS Root: :ext:[email protected]:/cvsroot/xyz java.lang.IllegalArgumentException: Unrecognized CVS Root: :ext:[email protected]:/cvsroot/xyz at org.netbeans.lib.cvsclient.connection.ConnectionFactory.getConnection(ConnectionFactory.java:117) at hudson.scm.CVSSCM.getCvsClient(CVSSCM.java:561) at hudson.scm.CVSSCM.perform(CVSSCM.java:859) at hudson.scm.CVSSCM.checkout(CVSSCM.java:795) 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:1404) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:238)
What I did: 1) Took the latest snapshot (cvs-2.1-SNAPSHOT.hpi) for the CVS plugin from http://ci.jenkins-ci.org/job/plugins_cvs/4/org.jenkins-ci.plugins$cvs/ 2) Then replaced this with the existing cvs.hpi in jenkins.war file and rebuilt the war Correct me if I am doing something wrong? Also, If I update the cvs protocol from :ext to :pserver or etc... It will still persist the protocol :ext. Please help on this! Regards, Rohit Shingalapur -- View this message in context: http://jenkins.361315.n4.nabble.com/JIRA-JENKINS-12599-IllegalArgumentException-after-Upgrade-to-2-0-tp4344128p4362472.html Sent from the Jenkins issues mailing list archive at Nabble.com.
