...
Create a new empty build configuration: POST plain text (name) to http://teamcity:8111/app/rest/projects/<projectLocator>/buildTypes
Copy a build configuration: POST XML <newBuildTypeDescription name='Conf Name' sourceBuildTypeLocator='id:bt42XXX' copyAllAssociatedSettings='true' shareVCSRoots='false'/>
to http://teamcity:8111/app/rest/projects/<projectLocator>/buildTypes
...
count:<number>
- serve only the specified number of buildsstart:<number>
- list the builds from the list starting from the position specified (zero-based)lookupLimit:<number>
- limit processing to the latest N builds only (the default is 5000). If none of the latest N builds match the other specified criteria of the build locator, 404 response is returned for single build request and empty collection for multiple builds request. See related note in the section above.abov
Anchor | ||||
---|---|---|---|---|
|
Queued Builds
GET http://teamcity:8111/app/rest/buildQueue
...