...
Info |
---|
The plugin is bundled with TeamCity 5.0 |
Installation
- Install the plugin by copying rest-api.zip into
.BuildServer/plugins
.
Usage
If your server is accessible via http://teamcity:8111/
URL, use:
http://teamcity:8111/httpAuth/app/rest/version
- to get plugin version
http://teamcity:8111/httpAuth/app/rest/projects
- to get projects list, then follow href's
http://teamcity:8111/httpAuth/app/rest/buildTypes/id:bt284/builds?status=SUCCESS&tag=EAP
- (example ids are used) to get builds
...