Is there a way to retrieve buildStatisticValue values from the postgres database
Answered
If one has access to the postgres database powering a local TeamCity instance. Where could I find the values from https://www.jetbrains.com/help/teamcity/service-messages.html#Reporting+Build+Statistics
Please sign in to leave a 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:
Would this approach work for you?