I'm trying to get my Jenkins server to authenticate with GitHub so I can build when changes are pushed. I've tried this https://help.github.com/articles/generating-ssh-keys a dozen times with no luck. Every time I try to fetch from Jenkins it times out after 10 minutes.
Asked
Active
Viewed 486 times
1 Answers
0
-
I'm generating them from the machine my jenkins server is running on? And I don't know how to manually clone or pull from it. – user3112658 Dec 17 '13 at 20:12
-
Once you have generated your key from the jenkins server, added it to your github account, try to clone your repo on your jenkins server by `git clone [user]@github.com:[repo].git` – misakm Dec 17 '13 at 21:25
-
Yeah I can clone my repo. What do you mean on my jenkins server? I have the server running on this computer, and I can clone my repo into my home directory and such... – user3112658 Dec 17 '13 at 21:54
-
I edited my answer and added a link, see if that helps. Are you running jenkins from your computer where you can clone stuff into? – misakm Dec 17 '13 at 22:02
-
Yes, and I checked out the link. What bothers me is that my coworker got it working without using that plugin, and we both can't figure out why it won't work on my computer. – user3112658 Dec 17 '13 at 22:36
-
Are you using a Windows machine? – misakm Dec 18 '13 at 19:07