Skip to content

barnardos-au/TeamFlash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamFlash

This is a fork of the Readify TeamFlash utility which is a super simple tool for connecting TeamCity to a Delcom USB build light.

It's tested with the Delcom 904003 and Delcom 804003 (old generation).

New Features

We have removed the interactive prompts and separate config file which was stored in the user profile folder, and instead we are using app settings.

The application can now be installed as a Windows Service. This is to avoid having to login and restart the app after a power failure.

Requirements

Any (recent) Windows machine running .NET Framework 4.5.2+

A suitable Delcom product (see above).

Instructions

Edit TeamFlash.exe.config and insert your TeamCity settings including serverUrl, username and password, and add your project inclusions (buildTypeIds) and exclusions (buildTypeIdsExcluded). Set the update interval (intervalSeconds) in seconds.

Run TeamFlash.exe to test. See TeamFlash.log for details. If you require verbose logging set verbose to true and restart.

To install as a service run:

TeamFlash install
TeamFlash start

To uninstall the service run:

TeamFlash stop
TeamFlash uninstall

About

Build light driver for TeamCity + Delcom 904003 USB light

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%