teamcity-ruby-client version 0.4.0 has been released!
- home: GitHub - jperry/teamcity-ruby-client: Ruby wrapper for the TeamCity Rest API
- rubydoc: http://rubydoc.info/gems/teamcity-ruby-client
- rubygems: teamcity-ruby-client | RubyGems.org | your community gem host
- teamcity: TeamCity: the Hassle-Free CI/CD Tool by JetBrains
- teamcity-rest-api:
Log In - Confluence
teamcity-ruby-client is a ruby wrapper around the TeamCity rest api.
Using this client to fetch information from your TeamCity server has
never been easier. It uses the Hashie library to simplify extracting a
field value from a returned result.
Changes:
0.4.0 / 2013-07-15
- Added pin_build and unpin_build (Provides the ability to pin and unpin
a build respectively) - Added build_statistics (Provides the ability to fetch build
statistics) - Added buildtype_investigations (Provides the ability to fetch build
investigation details)