On Wednesday, May 15, 2013 9:23:23 AM UTC-4, spacegoose wrote: > > I am trying to trigger Jenkins builds from commits to a private GitHub > repository. It only works when the the cross site scripting protection in > Jenkins is turned off. > > Is there some way I can keep the cross site scripting protection setting > on and get the GitHub webhook to work? The error with it on is a 403 / no > valid crumb. > > Can I use a crumb in the webhook URL? > > Thanks, > Bill >
Hoping someone else is using the basic GitHub webhook with Jenkins ... is there some way to get it to work with CSRF enabled? According to the standard webhook doc, it POSTs to the trigger URL, and this may be why the CSRF is not allowing it? I guess I can't disable CRSF for a particular build? GitHub is recommending I use one of the Jenkins / GitHub plugins vs the standard webhook, looking like that is the only option. Thanks, Bill -- 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/groups/opt_out.
