https://github.com/bright/soto
Soto connects to TeamCity REST API and extracts revision number for last successful TeamCity build
https://github.com/bright/soto
Last synced: 9 months ago
JSON representation
Soto connects to TeamCity REST API and extracts revision number for last successful TeamCity build
- Host: GitHub
- URL: https://github.com/bright/soto
- Owner: bright
- Created: 2015-05-21T08:59:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T16:26:31.000Z (about 10 years ago)
- Last Synced: 2025-04-07T02:38:16.534Z (about 1 year ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Soto
----
Soto connects to TeamCity REST API and extracts commit version for last successful TeamCity build.
We developed it to help us generate release notes based on the git commits since the last successful build.
## Installation
```
$ gem install soto
```
## Usage
```
$ soto read -u USERNAME -p PASSWORD -c TEAMCITY_URL -b BUILD_CONFIGURATION
```
will output the commit version for last successful build
## License
Soto is released under an MIT license.