REST API - Ability to get Time Spent in the Queue?
Hi,
Does anyone know if there is any way to capture how long a particular build spent in the build queue from the rest api? Is this information exposed anywhere? It would be nice to be able to get this information somehow rather than just viewing the values in the statistics page.
Thanks,
Jay
Please sign in to leave a comment.
Hi Jason
It's just added in 6.5.
A request to /app/rest/builds/id:628/statistics/
returns
Michael
Hi Michael,
You're awesome, is that value in seconds or minutes?
Thanks,
Jay
They are milliseconds.
great, thx. Look forward to it.