avivasolutionsnl / Beacon

A TeamCity or Azure DevOps monitoring tool that uses a Delcom USB LED or Shelly bulb to notify your teams
https://chocolatey.org/packages/beacon
Apache License 2.0
5 stars 4 forks source link

Added RunOnce option to check build status only once and exit #11

Closed gormac closed 6 years ago

gormac commented 6 years ago

Addresses issue #10.

dennisdoomen commented 6 years ago

Don't we want to reverse this by making run once the default?

gormac commented 6 years ago

Making it run once by default would break the current behaviour. Also, I would expect a build light monitor to continuously run and monitor builds by default. Being able to run the check only once is a feature that is only convenient for command-line usage when checking the results manually to me.

And RunOnce seemed like a good name for the option, inspired by the Windows RunOnce Registry key.

gormac commented 6 years ago

Solves #10