Skip to content

Bill-Manning/BuildReader

 
 

Repository files navigation

InComm.BuildReader

Reads TeamCity stats and writes them to ElasticSearch.

Getting Started

  • Clone https://github.com/KevinFinckIDS/BuildReader.
  • Open the InComm.BuildReader.sln.
  • Verify the TeamCityServerAddress address in InComm.BuildReader\Program.cs.
  • Verify the ElasticSearchAddress address in InComm.BuildReader\Program.cs if you are going to upload the results.
  • Create environment variable TeamCityUsername with your calling login.
  • Create environment variable TeamCityPassword with your calling credentials.
  • Run the program. _By default it just displays to the console. Uncomment the "UploadTeamCity..." to write to Elasticsearch.

About

Reads TeamCity stats and writes them to ElasticSearch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%