I am trying to connect jenkins (installed on my windows os) to my github repository(which has a maven project). I have configured the maven, jdk and installed the github plugins; however, I am getting an error as I provide the git repository url:
Failed to connect to repository : Error performing command: -c core.askpass=true ls-remote -h git@github.com:saurabhxkapoor/seleniumcookbook.git HEAD
Though, I have already set up a user in jenkins, I am unable to figure out what could be the issue. As such, the build fails.