Caused by: hudson.plugins.git.GitException: Error performing command: git.exe tag -a -f -m Hudson Build #4 hudson-seo-plugin-4
Command "git.exe tag -a -f -m Hudson Build #4 hudson-seo-plugin-4" returned status code 128:
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
And here is the solution:
- Go to your project
- Click Configure
- Under "Source Code Management" -> Git click on "Advanced" button
- Enter required data in "Config user.name Value" and "Config user.email Value"
- Click "Save" at the bottom of the page.
- Restart you build by clicking "Build Now"
No comments:
Post a Comment