|
||||||||
|
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.

Lots of suggestions... thanks.
Here's what did not work:
o The skip certificate check plugin
o Upgrade my native git package to 1.7.10+
Here's what did work:
o Copied my cacert.pem to the jenkins server (into $HOME/.git-certs/)
o Added the following lines to $HOME/.gitconfig:
[http]
sslVerify = true
sslCAPath = /home/jenkins/.git-certs
I have upgraded my native git package to git-1.7.12.3, and still can't clone (due to java.lang.IllegalArgumentException: Null value not allowed as an environment variable: GIT_COMMIT) but methinks that is a different bug/feature.
This issue can be closed.