Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 715 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 715 Bytes

goteamcity

A go package for determining the status of a TeamCity continuous intgration server.

###Setup You can install this package with go get github.com/erichhansen/goteamcity

You will need a 'conf.json' file in the directory where you are running this app. It will have the TeamCity url as well as username and password to use to connect to TeamCity. See exampleconf.json

Response Values

  • Success All projects report success
  • Failure One or more projects report failure and are not being investigated.
  • Investigating One or more projects are failing, but all failing projects are being investigated.