Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
556 views
in Technique[技术] by (71.8m points)

teamcity - Team City Rest API - Investigations do not include the Build Type

In a large-scale project (shared code between multiple teams & products), with many builds running in parallel - we want to aggregate all active investigations to one dashboard using TC Rest API

We tried different things such as: teamcity.com/httpAuth/app/rest/investigations/?locator=affectedProject:(id:<ProjectId>)

This gives us all investigations with the following structure and data (i replaced real values with fake data):

enter image description here

The issue is that it does not include the build type id

Per investigation, we can see the project id but not the build type id. And we need to know which build type was it (Unit-tests-build, nightly-build, load-tests-build, performance-build, regression-build release-build etc..)

Under each "project scope," we may have different builds that run at different times with different tests cover them.

p.s I haven't found similar questions here in StackOverflow, or solution elsewhere online.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...