Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-24429

CVSRoot is not accepted by CVS plugin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • cvs-plugin
    • Windows 7 Professional
      Jenkins 1.560
      CVSNT 2.0.51d
      Java version "1.8.0"
      CVS Plugin 2.11 and 2.12 (maybe others)

      Create a job that uses CVS.
      Set the CVSRoot to ":sspi:cvs@cvsserver:/SomeProduct" and execute the build.

      Following trace appears on the build output:
      Started by user Frank Kaaijk
      Building in workspace D:\Jenkins\workspace\Some Product
      FATAL: Unrecognized CVS Root: :sspi:cvs@cvsserver:/SomeProduct
      java.lang.IllegalArgumentException: Unrecognized CVS Root: :sspi:cvs@cvsserver:/Some Product
      at org.netbeans.lib.cvsclient.connection.ConnectionFactory.getConnection(ConnectionFactory.java:121)
      at hudson.scm.AbstractCvs.getCvsClient(AbstractCvs.java:364)
      at hudson.scm.AbstractCvs.getCvsClient(AbstractCvs.java:341)
      at hudson.scm.AbstractCvs.perform(AbstractCvs.java:241)
      at hudson.scm.AbstractCvs.checkout(AbstractCvs.java:211)
      at hudson.scm.CVSSCM.checkout(CVSSCM.java:346)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:1251)
      at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:605)
      at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
      at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
      at hudson.model.Run.execute(Run.java:1703)
      at hudson.matrix.MatrixBuild.run(MatrixBuild.java:304)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:231)
      at hudson.model.OneOffExecutor.run(OneOffExecutor.java:43)

      This problem disappears when I downgrade to version 1.6.

            mc1arke Michael Clarke
            fkaaijk Frank Kaaijk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: