I’m using Hudson to clone a Git repository and build it. I’m getting the following error:
FATAL: Could not apply tag jenkins-mus-tomcat-2-2
hudson.plugins.git.GitException: Could not apply tag jenkins-mus-tomcat-2-2
It’s strange because I don’t want Hudson to make any commits. It should only pull and compile.
What’s the problem and how can I fix it?
Check “Skip internal tag” config under “Advanced…” in section “Source code management”.
It will skip the tagging.