Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

kju2/buildbulb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buildbulb

A server application to turn a LIFX light bulb into an extreme feedback device for multiple Jenkins projects.

Install

go get -u github.com/kju2/buildbulb

The buildbulb command will be available at ${GOPATH}/bin/.

Usage

./buildbulb --bulbName=BuildBulb --port=8080 --jobsFilePath=/path/to/load/and/persist/jobs --apiKey=<your-lifx-api-key>

All parameters are optional:

  • Default bulbName: BuildBulb
  • Default port: 8080
  • If jobsFilePath isn't set, the job status is lost when the program closes.
  • if you provide no LIFX API key, the application will try to find your lamp in the local network - otherwise the LIFX cloud services are used for controlling the light.

Jenkins Setup

Dependencies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published