i couldnt able to find any solution for getting all build data in bamboo .it only gives data of latest 25 builds not for all builds.
is there any way to acheive this???
I see that there is an existing Bug raised here - https://jira.atlassian.com/browse/BAM-17961.
As mentioned there, the possible workaround would be to use an arbitrarily large number (say 1,000,000) that is greater than the actual result set seems to return the actual '$results.size':
This returns the actual $results.size=x, allowing a proper request for the entire result set in turn.
Hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.