Request
Endpoint
Examples:
-
Return all builds:
-
Return builds that started after a particular time:
-
Return builds run from the Default Build Group:
-
Return builds with the build type=Rebuild
Response
The response is a JSON file that includes up to 300 builds.
Example Response for 1.5.0
The following example displays the first build that would be included in this JSON. The response may differ slightly if you are using earlier versions of the API.
Copy
Extracting More from the Data
Once you have downloaded the build history, you can access it in the database of your choice. This allows you to query the data and learn more. Here are some example queries:The average build duration
The average build duration
How many builds were executed on a particular machine
How many builds were executed on a particular machine
How many helpers were involved in a particular build
How many helpers were involved in a particular build
The total time spend executing tasks on remote helper machines
The total time spend executing tasks on remote helper machines
How many Initiators are active at least once per day
How many Initiators are active at least once per day
How many Helpers are active at least once per day
How many Helpers are active at least once per day
How many builds failed per day
How many builds failed per day
Build Cache analysis
Build Cache analysis