Fail to get tags by Jenkins
Created by: kossmac
Hi all,
when Jenkins tries to fetch all tags by executing:
git fetch -t origin +refs/heads/:refs/remotes/origin/
there's an error:
hudson.plugins.git.GitException: Command "git fetch -t origin +refs/heads/:refs/remotes/origin/" returned status code 128:
as you can see there are some asterisks and colons inside. executing exactly the same command on my system will produce the same error. if you execute
git fetch -t origin "+refs/heads/:refs/remotes/origin/" (notice the quotation)
everything is fine and it works.
So, now there could be some work for the jenkins-git-plugin maintainer, but I think thats a problem on gitlab side?
greetings