Using a Tag in Branch Specifier causes the polling to not detect the head revision

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major
    • Component/s: git-plugin
    • Environment:
      Jenkins 1.584
      Jenkins Git Plugin 2.3.1
      Jenkins Multiple SCMs plugin 0.3

      1. Use a Tag in the Branch Specifier.
      2. Polling on the remote repo will occur.
      3. It will run git ls-remote -h MY_REMOTE MY_TAG
      4. This will result in nothing returned from the remote repository.

      git ls-remote has a --tags option which will return the SHA of the Tag.

      Polling is enabled because the Job also checkouts an SVN repository using the Jenkins Multiple SCMs plugin which doesn't refer to a tag.

            Assignee:
            Unassigned
            Reporter:
            Nathan Smith
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: