Hello everyone,
I'm looking for an REST API endpoint to check the minutes consumed by my runners. I can't find anything in https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/
but some old issues like:
https://jira.atlassian.com/browse/BCLOUD-13637
Is there any way to check the time spent by my builds?
thx!
Community moderators have prevented the ability to post new answers.
To me it seems you can get a pipeline using this end-point:
...which returns that value in the "build_seconds_used" JSON field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.