1 comment

Hello!

We do not recommend accessing the DB directly; instead, could I suggest usage of TeamCity REST API? It allows to request the build statistics for a specific build, for example, below call would show all of the statistical values for the build:

<TeamCity URL>/app/rest/builds/id:<build ID>/statistics

Would this approach work for you?

0

Please sign in to leave a comment.