Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-64377

Generic webhook trigger: Jenkins does not queue several webhooks in a very short time

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Critical 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.

            tomasbjerre Tomas Bjerre
            yacine99999 yacine ouasti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: