Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

hudson+git FATAL: Could not apply tag

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?

like image 562
takeshin Avatar asked Apr 19 '10 22:04

takeshin


1 Answers

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

git options in jenkins

like image 91
Patrick McEvoy Avatar answered Oct 05 '22 00:10

Patrick McEvoy