0

I'm working on metrics collection, and it would be very useful to know how many builds failed due to tests, compilation, etc. I can collect the status from the build object in the API, but I can't figure out how to determine which step (or steps) failed.

Anyone know how to get this from the API?

Asmoran
  • 45
  • 6

1 Answers1

1

Basically, you cannot. But you might configure several build configurations and set up dependencies between them - this approach provides you with some statistics and statistics charts, both project- and build configuration-level.

cyberskunk
  • 1,722
  • 20
  • 22
  • Thanks. Unfortunately this approach simply isn't feasible. Breaking each build up such that each step is it's own build configuration.... I'll have to open a ticket with TeamCity support - this seems like an oversight. – Asmoran Apr 11 '16 at 13:18