Get statistics on specific build step

Hi,

I am trying to get statistics on success/failure rate for specific build step in project,

I saw that I can get this information base on project name , but I need to understand which build step cause the failure

What is the best way to do that in TC ?

Thanks

Riki

 

0
1 comment

Hi Riki,

sorry for the delay, I thought I had already answered here. We don't collect that as statistics values for charts/statistics purposes. If you want to check on specific builds, the build log will highlight failing build steps in color depending on the type of problem.

It might be possible to create a plugin or add statistical values of your own to your build scripts (https://confluence.jetbrains.com/display/TCD18/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ReportingBuildStatistics) but by default there isn't any other statistical value for build steps than its own duration.

0

Please sign in to leave a comment.