-
Bug
-
Resolution: Unresolved
-
Minor
-
None
In large Jenkins installations with large numbers of jobs and pull request triggers, the doIndex code ends up being fairly inefficient for processing the github pull request messages. For each type of message, the entire project list is walked and a new GhprbWebHook object is allocated (twice in cases where it is actually needed).
As the number of projects in our instance has grown, it more and more time to trigger each build.