API Team City Rest - launch work builds

I am trying to use the Team City rest api command to get a list of executable builds. It seems like it only returns the default assembly, and I would like to get the assemblies on all branches. This is the api call I'm using:

?

/ TeamCity / guestAuth / application / rest / builds a locator = works: true and amp; branches: (default: any)

+4
source share
1 answer

found a problem that should be a url:

/ TeamCity / guestAuth / application / rest / builds the locator = works: true, branches: (default: any)

+4
source

Source: https://habr.com/ru/post/1531192/


All Articles