Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

alexanderfloh/dashboard

Repository files navigation

Dashboard application
=====================================

Displays information useful for developers on a team dashboard.
 - Status of CI and nightly build (stable, unstable, failed)
 - CI commit log: message, author, time
 - Nightly build number
 - Mobile device location
 
 Queries the information from Jenkins and DevicePusher.
 
 How to delete a device from the device database:
 
 1) On the command line: play h2-browser
 2) In the browser, connect to the device database (see prod.conf db.default.url)
 3) DELETE FROM DEVICE where DEVICEID = 'appropriate_id';
 
 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published