hudson+git FATAL: Could not apply tag

takeshin picture takeshin · Apr 20, 2010 · Viewed 14.9k times · Source

I'm trying to set up hudson with git according to this article, but I still get git errors during build:

FATAL: Could not apply tag-PROJECTNAME-ID
...
Caused by: hudson.plugins.git.GitException: Command returned status code 128: 
*** Please tell me who you are.

running: git config --global user.name shows valid data, .gitconfig is accessible.

How to correct those errors?

Answer

firegrass picture firegrass · May 18, 2011

After installing the git plugin you can configure git name and email in Jenkins "Configure System" page...

git options in jenkins