jenkinsci / generic-webhook-trigger-plugin

Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.
https://plugins.jenkins.io/generic-webhook-trigger
404 stars 159 forks source link

Jenkins fails to receive the trigger #239

Closed gals-ma closed 1 year ago

gals-ma commented 2 years ago

When reporting a bug, please try to provide as much information as possible.

In general, we use the webhook to trigger on every Pull Request action (commit, label, draft and all) on all of our repositories (around 150). In 90% of the times it works as expected, but we experience other 10% cases where github seem to deliver the request and Jenkins does not get it for some reason. Any idea what could cause this?

Stokvisss commented 1 year ago

Same problem here, the webhooks seem to be a bit unreliable. HTTP 200 is returned, then nothing happens on Jenkins' side.

Plugin version: 1.84 Jenkins version: Jenkins 2.359

tomasbjerre commented 1 year ago

Perhaps this: https://github.com/jenkinsci/generic-webhook-trigger-plugin#trigger-exactly-one-build

But there is no information supplied in this issue. It is impossible to investigate.