Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: core
Created: 12/Jul/13 8:32 AM
Description:

If a View contains 10 jobs, while building relative links Jenkins would build this view 10 times iterating over all Jenkins jobs. This is an extremely inefficient way of building links.

Details:

  • projectView.jelly#L84 this one asks Functions to build a relative link.
  • Functions.java#L951 it obtains all items of the view which builds it and accesses Security to iterate through all the jobs in Jenkins. Note, that this code was added 2 months ago.

Either there should be a different way of building relative path or a different way for building view items.

Fix Versions: current
Project: Jenkins
Priority: Major Major
Reporter: stanislav bashkirtsev
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to