I am trying to configure a Git project in Jenkins using the Git plugin. In the project configuration page I enter the repository URL in the Git configuration, which is an ht
My solution did works well for Jenkins-Git-Plugin.
# create my exec su root darngit=/usr/bin/darngit touch $darngit echo "#! /usr/bin/env bash" > $darngit echo "git -c sslVerify=false $@" > $darngit
Goto system setting, set git executable = /usr/bin/darngit
/usr/bin/darngit