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

git ls-remote could be more optimal when we select a specific branch

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • git-plugin
    • None
    • Linux

      We are using git polling with a specific branch, for example we configure git://git.foo.nl/atcd.git as repository URL and refs/heads/master as branch to build. For the polling we see that the following command is used:
      git -c core.askpass=true ls-remote -h git://git.foo.nl/atcd.git

      Which returns all heads, it would be more optimal when the following is used, that only returns 1 branch
      git -c core.askpass=true ls-remote -h git://git.foo.nl/atcd.git refs/heads/master

          [JENKINS-33124] git ls-remote could be more optimal when we select a specific branch

          There are no comments yet on this issue.

            Unassigned Unassigned
            jwillemsen Johnny Willemsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: