•  
      request #24220 Payload sent twice in webhooks of a tracker
    Infos
    #24220
    nico (nguedon)
    2021-12-14 12:08
    2021-12-14 09:52
    25763
    Details
    Payload sent twice in webhooks of a tracker

    Hello,

    Except if i make a mistake, looks like there is a bug in webhooks of trackers. If we check the content of the post sent by the webhook, we can see the content of the data sent.

    Inside this data there is twice the payload (payload and payload_0), the content is the same if we compare both.

    I tested it with an artifact update.

    Trackers
    13.2
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2021-12-14
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2021-12-14 12:05
    • Status changed from Acknowledged to Under implementation
    • Assigned to changed from None to Thomas Gerbet (tgerbet)
    User avatar
    nico (nguedon)2021-12-14 10:45

    To receive the payload, i was using Jenkins.

    I tried it into another post request receiver and in fact there is only 1 payload (no payload_0). So it a mistake inside jenkins mechanism.

    You can close the ticket, sorry for this.

    Thanks for your quick answer also :)

    User avatar
    Thomas Gerbet (tgerbet)2021-12-14 10:16

    Hello,

    I just tested and I'm not able to reproduce (both at creation and update).

    How do you retrieve the data? Can you test with something generic to receive the payload e.g. Pipedream Sources?


    • Status changed from New to Acknowledged