I am getting the below error while creating a job from Jenkins. How do I disable certificate validation in Jenkins?
From Git Bash I can use git config --global
git config --global
Login or switch to jenkins user; for switching run this command on terminal:
su - jenkins
And then run
git config --global http.sslVerify false