When running the job to clone my devel branch of my repo in Jenkins, I get the following error:
stderr: Permission denied (publickey).
fatal: The remote end hung up unexpectedly
I'm running Jenkins on CentOS 6 and have the GitHub Hooks set up correctly. How do I correct this? Do I need a deploy key even though I have the GitHub plugin installed with a valid user with access to the private organization repo?
I have a github account for my jenkins server, with a dsa key that resides in /var/lib/jenkins/.ssh that has been added to the github account, and this error is still occuring