Hi Ian- I'm sorry that I cannot answer your question directly, as we do not use a web hook.
Have you thought of posting to the github statuses api - https://developer.github.com/v3/repos/statuses/#create-a-status with a separate link for each of your pipelines? We kick off all of our pipeline jobs in parallel (static, functional, unit, etc). Each job adds a Statuses link to the PR with an initial value of 'Pending' with a link to the running job in jenkins. As each parallel job finishes, it updates the PR Status with 'Failed' or 'Passes'. Ann -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8d7627c3-f69e-4b95-ab8d-bb08e0ff3e0e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
