John Gibson commented on Improvement JENKINS-10718

I'd be in favor of simply printing the output of the merge command in the log (or really any command that fails). In my case the merge was failing because the Jenkins user didn't have a git identity configured. I had to login as jenkins and run the command myself to diagnose the issue:

[email protected] $ /usr/bin/git merge 1234567890abcde1234567890abcde1234567890
*** Please tell me who you are.

Run

  git config --global user.email "[email protected]"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident  <[email protected]> not allowed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to