-
Bug
-
Resolution: Not A Defect
-
Major
We are facing the attached issue while checkout
we have set git.exe location in slave configuration under tools as like in attached
Could you please check and let me know the reason for this issue?
Jenkins version:2.77
Git plugin version:2.5.0
[JENKINS-47599] ERROR: Error fetching remote repo 'origin'
Description |
Original:
We are facing the attached issue while checkout we have set git.exe location in slave configuration under tools as like in attached Could you please check and let me know the issue for this Jenkins version:2.77 Git plugin version:2.5.0 |
New:
We are facing the attached issue while checkout we have set git.exe location in slave configuration under tools as like in attached Could you please check and let me know the reason for this issue? Jenkins version:2.77 Git plugin version:2.5.0 |
Assignee | Original: Mark Waite [ markewaite ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Please don't use the bug tracker to request help. Many more helpers are available on internet relay chat (the #jenkins channel). Refer to chat for more instructions on IRC. If IRC does not provide the answer, you can use the Jenkins users mailing list. It also appears that you can purchase Jenkins assistance from codementors.
In this specific case, you're probably not providing the credential to the git step. If you are providing the credential, then it may be an incorrect credential.
You may also want to consider using the checkout step, and use the "Pipeline Syntax" link on the left side of the job page to let it help you provide the desired arguments to the checkout step.