ServiceNow TeamCity Integration Follow
Hi
How can we get the execution details of the build from TeamCity Server API?
We can fetch the pipelines/build steps and details but cannot bring execution details(Each step's start time, end time and status) after the pipeline runs.
kindly help.
Please sign in to leave a comment.
It is possible to find the individual time spend on each build step in the statistics of the build using TeamCity REST API. The endpoint would look something like <teamcity url>/app/rest/builds/<build locator>/statistics. It might be helpful to have a look at our REST API documentation on Get Build Statistics.