Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
From the plugin while selecting branches:
"If you wipe out your workspace, the plugin needs to clone the repository before it can list the tags/revisions. This may take some time if you have a slow connection or the repository is big."
That's not true - you can use `git ls-remote <remote-URL>`
Attachments
Issue Links
- is blocking
-
JENKINS-55769 Tag match filter shows more entries than direct command (git tag -l "$tagFilter")
-
- Resolved
-
Hi samskiter
You are right, but I don't use native git command in the plugin. I use implementation of org.jenkinsci.plugins.gitclient.GitClient interface.
This interface have a defined method getRemoteReferences
I will try use that and resolve this issue.
I plan the next release at the turn of January and February