Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
The git global config name and email address settings are not used if project specific versions are not set.
Caused by: hudson.plugins.git.GitException: Error performing command: git tag -a -f -m Jenkins Build #8 jenkins-regress-8 Command "git tag -a -f -m Jenkins Build #8 jenkins-regress-8" 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.
Code changed in jenkins
User: Andrew Bayer
Path:
src/main/java/hudson/plugins/git/GitSCM.java
http://jenkins-ci.org/commit/git-plugin/421d83843c964669cf436c0c170c935dffe0aaac
Log:
Merge pull request #37 from oldelvet/jenkins-10272
[FIXED JENKINS-10272] Global git config name and email address settings not used.