I'm trying to get all of the deployments of a particular environment, but I noticed that my results only show the last 10 deployments. Does anyone know how to get the history of deployments further back than the last 10?
This is paginated resource; you can use start-index and max-results parameters to get older results
for instance http://myBamboo/..../{environmentId}/results?start-index=10&max-results=25
Is there a call to get all of the old results/ max results in general?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.