JohanGl / TeamCity_BuildMonitor

A build monitor view for TeamCity projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeamCity BuildMonitor

A simple build monitor for TeamCity using ASP.NET Core 2.2 with the following features:

  • Build configuration name
  • Active branch
  • Triggered-by user name
  • Running build completion percentage
  • Queued builds
  • Automatic refresh with a 20 seconds interval
  • Groups (shown as backend, frontend and tests in the screenshot below)
  • Displays all build configurations automatically (default)
  • Can be customized to display custom groups and build configurations


Installation

Make sure that you have ASP.NET Core 2.2 installed.

Open appsettings.json and enter your TeamCity server information under the TeamCity node. UserName and Password will be automatically read/overridden from a user secrets file if available.

In the constructor of the class IndexModel, you can switch between using DefaultBuildMonitorModelHandler (shows all jobs in TeamCity automatically) or the CustomBuildMonitorModelHandler which allows you to customize what to display. You can customize your personal view by editing the file App_Data/Settings.xml.

About

A build monitor view for TeamCity projects


Languages

Language:C# 64.6%Language:HTML 20.5%Language:CSS 12.7%Language:JavaScript 2.2%