Why hudson/jenkins tries to make commit?

Viewed 4428

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?

2 Answers
Related