-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: git-plugin
I'm using git plugin with git repo and credential ID (git_repo_cred)Â which has ssh key.
I'm also using ssh agent plugin for the same job. (deployment_cred)
We have recently noticed that git plugin is using deployment_cred to authenticate with github rather than git_repo_cred.
Â
When I use ssh key in cred ID, does git plugin uses ssh-agent?