-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
In our environment we have to clone from a server via https. This server has self-signed certificate that makes it necessary to set the global git sslVerify config option to false.
It would be nice if we can set this option per job in the git plugin that adds the option to the clone command: "-c sslVerify=false".
I'd like to set submodule.common.url
I have git mirror of a github repo that is being built in numerous ways. This upstream git repo has a large submodule which I've also mirrored. I don't want to pollute the mirror by changing its submodule configuration.