teamcity-ruby-client version 1.0.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/frames
- 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:
1.0.0 / 2013-08-26
-
Features:
- TeamCity 8 Support
- Added
build_pinned?
(Provides the ability to ask if a build
is pinned) - If using TeamCity8 any call that is setting a value will now
return that value instead of nil
-
API Changes:
-
create_vcs_root
method signature has been changed from using
Ordinal Params to using Hash Params - Removed the ability to set the format when configuring the client
(Each method will now state what format it is sending and receiving, see
the source for more info)
-
-
Doc Changes:
- The API docs were updated to reflect the return values now
returned when using TeamCity 8
- The API docs were updated to reflect the return values now