|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Here's the reason:
resources/hudson/plugins/claim/ClaimedBuildsReport/buildListTable.jelly:
<!-- TODO: support gradual expansion of the list -->
<j:forEach var="b" items="${h.subList(it.builds,50)}">
I'm going to make it 500 for now, which is around the number of total jobs we have on our jenkins deployment.
If someone else wants to make a real fix, that would be great. Ideally, we should be able to filter dynamically based on the name of the jobs. Otherwise, making the list page-able, or having a gradual expansion of the list sounds fine.