-
Task
-
Resolution: Unresolved
-
Major
-
None
The webhooks created right now are triggered only for "Pull Request" & "Push" events.
Please also add the event "Pull request review comments" to the webhook created.
Usecase :
The build can fail due to network connectivity issues; overload of resources or parallel builds eating up too many resources or just times out.
Solution :
Ability to re-trigger the build through "pull request review comments".
The support has been added long back - https://github.com/kohsuke/github-api/commit/0108a0c146cbe2146929238675fb3ff9057ec7e2
Please find the pull request for this small feature here - https://github.com/jenkinsci/github-branch-source-plugin/pull/185