Home > Software design >  problem with issuer certificate in pipeline in bitbucket
problem with issuer certificate in pipeline in bitbucket

Time:10-11

I have a problem... My code in bitbucket, Pipeline in jenkins. When i start pipeline i have error "fatal: unable to access 'fatal: unable to access 'https://my.repos.example:***.git/': SSL certificate problem: unable to get local issuer certificate" Please help me!

CodePudding user response:

You can write to your verrible GIT_SSL_NO_VERIFY = 1 and after that you pipeline download your repo.

  • Related