-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
Jenkins 2.264 in docker
I have a job named ORION - Update contacts.
I want this job to be triggered by webhooks.
So i activated the Generic webhook trigger in the conf of the job.
My application can send several webhooks in a very short time (less than 2 secondes).
When jenkins receives multiple webhook, it seems like only the first one trigger the job, and it seems like the others webhooks are not added in a waiting queue they are just not treated.
The same behavior can be reproduce with a simple curl request :
curl -X POSTÂ http://URL/generic-webhook-trigger/invoke/invoke?token=***
It seems like i have to wait for the end of the execution of the job before i can send a new curl request that will trigger the job.