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

CVS polling is blind when using a branch set to a variable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • cvs-plugin
    • All latest versions

      I have a local CVS repository, i.e. CVSROOT=/tmp/cvs_repo/cvs.

      My job has a parameter of type "CVS Symbolic Name parameter" in order to allow the user to select a branch, a tag or the head. The parameter is called "tag_or_branch". See the first snapshot.

      My job has a CVS repository defined, pointing to the folder specified above. I have set the location to "branch" and set the branch name to ${tag_or_branch}. See the second snapshot.

      When triggering the build manually, I can choose the branch or head and it works fine.

      My problem is that the polling always says that there are no changes even though I know there is a change. If I run the command (rlog...) manually it says that there is a change. Switching the location field to "head" instead of "branch" makes it work again. However it defeats the purpose of the parameter tag_or_branch.

        1. snapshot1.png
          snapshot1.png
          15 kB
        2. snapshot2.png
          snapshot2.png
          24 kB
        3. snapshot3.png
          snapshot3.png
          5 kB

            mc1arke Michael Clarke
            barthelemy Barthélémy von Haller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: