I want to add git credentials in jenkins pipeline, which take a file from particular branch and add to our current jenkins pipeline

62 views Asked by At

I have the pl and pl_client git repository as a private in that two repository i am using the go language and in pl_client i am just installing the dependencies with the command go get all for that dependencies it asking the access for the pl git repository to go get dependencies

I tried all types of credentials given in Jenkins all fails

0

There are 0 answers