You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation gets the whole JSON and it will degrade the performance if the number of jobs is high. Research and implement use the usage of tree parameter in get requests wherever possible.
The text was updated successfully, but these errors were encountered:
I'm affected by this as well, I have Jenkins farms with 10s of thousands of jobs each. I've provided a PR to fix the three areas I could find that were loading {root}/api/json
The current implementation gets the whole JSON and it will degrade the performance if the number of jobs is high. Research and implement use the usage of tree parameter in get requests wherever possible.
The text was updated successfully, but these errors were encountered: