You can probably do it with Generic Webhook Trigger Plugin: https://plugins.jenkins.io/generic-webhook-trigger/
A quick look at the docs: https://developer.github.com/webhooks/event-payloads/ Tells me you should trigger when action has value rerequested. There are examples of github usage here: https://github.com/jenkinsci/generic-webhook-trigger-plugin/tree/master/src/test/resources/org/jenkinsci/plugins/gwt/bdd/github torsdag 13 augusti 2020 kl. 07:48:09 UTC+2 skrev [email protected]: > Hi, all > > I'm currently finding a way to trigger the build when I receive a user's > re-run request from GitHub (a GitHub checks event). I notice that the > GitHub branch source plugin subscribed to the PR event and push event, but > I still don't understand how it triggers the build after receiving them > (the code base is huge). I need some guidance here, thanks! > > Regards, > Kezhi > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/8a01079f-962c-4616-baee-0b511d3c223fn%40googlegroups.com.
