Skip to content
forked from techbelly/ccdash

Simple build dashboard that understands cctray XML.

Notifications You must be signed in to change notification settings

makielab/ccdash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccdash

A simple dashboard for your build machine. Works with CruiseControl, Hudson, and anything else that exposes its status using the cctray XML format.

Usage

node app.js http://your-build-machine.local:8080/cc.xml

Visit the server on port 4444. That's it. You can add authentication parameters in the normal way, viz.:

node app.js http://user:pass@your-build-machine.local:8080/cc.xml

Prerequisites

Browsers

The CSS requires a newish version of WebKit. Chromium nightly should work well.

About

Simple build dashboard that understands cctray XML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.5%
  • CSS 15.5%