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
It would be very useful to get all builds at once with one network call instead of one by one via GetBuild as it would make iteration of all builds many times faster.
The text was updated successfully, but these errors were encountered:
You can actually hit /view/All/job/<JOB_NAME>/api/json?depth=1 in order to get all build data in one call, which is what I'm referring to. It would make iterating over all jobs hundreds of times faster.
It would be very useful to get all builds at once with one network call instead of one by one via
GetBuild
as it would make iteration of all builds many times faster.The text was updated successfully, but these errors were encountered: