Skip to content

Simple build dashboard that understands cctray XML.

Notifications You must be signed in to change notification settings

techbelly/ccdash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 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

You might find npm helpful. If you have npm installed already, you can install the other dependencies via make:

make deps

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