How to get agregate stats for all builds in a build chain Follow
Answered
Hi. I'm stuck trying to surface project level build stats/trends; duration, frequency, success rate for the entire project.
I want to track build time from comit to release (across several build configs/steps in the project).
I've played with custom charts but can so far only add a single sourceBuildTypeId to a series.
Any guidance greatly appreciated. Thanks.
Please sign in to leave a comment.
Hi Barney,
are you using composite build configurations for your chains? https://www.jetbrains.com/help/teamcity/composite-build-configuration.html . This might help aggregating all your results into one that you can use for your stats afterwards.