Application for gathering and displaying statistical data about jenkins project builds.
This application retrives data about builds from jenkins, analyses them and it creates some reports that are pushed to a dashboard for display. It uses Dashing to display the reports.
$ bundle install
cp .env.example .env
- Follow the instructions from here to install the dashboard
- Fill in .env file with the names of the projects for each type of report
- Create a template for your reports
- you can copy the template examples from /dashing_templates
To update the reports execute:
$ bundle exec dotenv rake update_dashboard
Bug reports and pull requests are welcome.
This application is available as open source under the terms of the MIT License.