I am using Git as Source Code Management(SCM) in Jenkins. (using a GitHub Token)
However, whenever I run the job, I get stderr: fatal: unable to access '<url>': SSL certificate problem: unable to get local issuer certificate
error.
git config --global http.sslVerify false
does not solve the issue.
Because in Jenkins, SCM
is the first step for the job.