huekins

0.1.2 • Public • Published

Huekins

npm License Build Status Coverage Status Code Climate Dependencies Greenkeeper badge

Jenkins report for HueStatus

Features

  • Monitor multiple Jenkins Jobs using a single Hue light
  • Supports :
    • Failed
    • Building
    • Unstable / Aborted
    • Successful

Installation

npm install -g huestatus huekins

Create a .huerc file on your home directory, see HueStatus Docs for more info. Add an object like this to the modules array for each of the projects you want to monitor:

{
  "name": "huekins", // Required to tell HueStatus to load this module
  "url" : "http://address-of-server", // address or url of the jenkins server to monitor
  "job" : "job-name-to-monitor", // name of the jenkins job to monitor
  "light": "Hue color lamp 2", // Which Hue light to use
  "pollInterval": 2000 // Polling interval in milliseconds
}
 

Then run huestatus, each job will be loaded into HueStatus and your selected light(s) changed accordingly.

Package Sidebar

Install

npm i huekins

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • webdevian
  • computa_mike
  • apc-dev-ops