Hi JP, We're using Jenkins version 1.541, with the GitHub plugin version 1.8, also Jenkins Git Plugin version 2.0 is installed. I'll definitely look into the logger, as we need some more insight into the issue. At the moment, I'm trying to test with the "Let Jenkins auto-manage hook URLs". When I enter my credentials to test with, I get an Error:
java.io.IOException: Server returned HTTP response code: 401 for URL: https://api.github.com/user at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1626) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) at org.kohsuke.github.Requester.parse(Requester.java:298) at org.kohsuke.github.Requester._to(Requester.java:175) It looks like it's not handling the 401 response correctly, when trying to authenticate with basic authentication. If I curl: curl -u "my_username" https://api.github.com, then I'm prompted for a password and everything works fine. On Friday, December 13, 2013 3:41:37 PM UTC-5, Vitorrio Brooks wrote: > > Hi Guys, > > I'm new to Jenkins, but I've created a few jobs before using the GitHub > Jenkins hook, so that builds kick off when a commit to Jenkins is made. > However, after creating some new jobs, using the same service hook in Git > Hub, the commit no longer kicks off the builds. > > On the Jenkins server, using netcat, I can see the XML come in when a > commit is made to the branch. I've also double verified that the "build > when a push is made to git hub," is selected on the build job in Jenkins, > and I've also verified that the service hook is working, Wondering if there > are any obvious known issues I can check, that other users have ran into. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.