Skip to content
forked from smlgbl/hobson

GreenScreen/Jenkins inspired display server

License

Notifications You must be signed in to change notification settings

a-m-zill/hobson

 
 

Repository files navigation

Express Job Display Server

Configure jobs (like node.io), as in scraping,(e.g. Jenkins) API results, daytime, motd, ...

See sample jobs definitions in ./jobs/

For use as a Jenkins build monitor, see ./jobs/config/jenkins.js

'url' and 'jobs' keys are mandatory, the rest is optional. 'jobs' can either be the string 'all' (self-explanatory) or an array of names that will be treated like a job name glob. So a definition of jobs: [ 'puppet' ] will include jobs named 'puppet-check-master', 'check-puppet-master', aso. (It's a string.toLowerCase().indexOf() comparison) So far there is no mechanism to exclude jobs from this glob. That's on the todo list though.

Default request interval is 30 secs, but can be adjusted using the 'interval' key (which is in milliseconds) If your Jenkins requires authentication, provide the 'user' and 'pass' keys.

About

GreenScreen/Jenkins inspired display server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 43.9%
  • Shell 42.1%
  • HTML 9.1%
  • CSS 4.9%