Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
408 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.

question from:https://stackoverflow.com/questions/65601972/team-city-rest-api-investigations-do-not-include-the-build-type

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

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...