Github webhooks can't access the webhook url when security is enabled, preventing the build job from being activated. The issue starts immediately upon enabling security but the jobs that pull from github repos can still be run manually from the CI server and will succeed. With security turned off, there's no issue....other than having zero security.
Sec. Settings: -Security Realm: Jenkins’ own user database + Allow Users to sign up -Authorization: Matrix-based security Plugins: -Git Plugin -Git Client Plugin Git Response Error: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <title>Error 404 Not Found</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing /job/my-job/build. Reason: <pre> Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/> I've been poking around the settings for a while now but haven't turned up anything that looks suspicious. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
