Monday, May 21, 2012

GitHub Organization Repo + Jenkins (GitHub Plugin) integration

I have an organization on GitHub with private repositories. I also have Jenkins set up running on port 8080 on a server, with the GitHub plugin installed. I've created an account on GitHub for my jenkins user, which resides in the owners group.



I'm trying to trigger a job on jenkins when a change is pushed to my development branch (or master branch, neither seem to be working).



When I look at the GitHub Hook Logs in Jenkins, it says that Polling has not run yet. When I go to "Manage Jenkins", the GitHub plugin says my account is Verified when I test it.



Any insight on how to configure this? I have multiple repositories I'd like to work with, so deploy keys don't seem like the solution to me.





No comments:

Post a Comment