I thought the exact same thing and checked all of those. But here is the output from the commands you want to see:

$ git config --list
core.symlinks=false
core.autocrlf=false
pack.packsizelimit=2g
help.format=html
http.sslcainfo=/bin/curl-ca-bundle.crt
sendemail.smtpserver=/bin/msmtp.exe
diff.astextplain.textconv=astextplain
rebase.autosquash=true
*user.name=svcClairviaBuild*
*[email protected]*

$ git config --get-all user.name
*svcClairviaBuild*

$ git config --get-all user.email
*[email protected]*

Also running this globally as I have it set for the user:
$ git config --global --list
*user.name=svcClairviaBuild*
*[email protected]*
push.default=simple
credential.helper=wincred

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