Skip to content

Apllication for gathering and displaying statistical data about jenkins project builds

Notifications You must be signed in to change notification settings

reevoo/jenkins_statistics

Repository files navigation

Jenkins Statistics

Build Status Code Climate Test Coverage Issue Count Docker Repository on Quay

Application for gathering and displaying statistical data about jenkins project builds.

How does it work?

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.

Installation

$ bundle install
cp .env.example .env

Dashboard setup

  • 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

Usage

To update the reports execute:

$ bundle exec dotenv rake update_dashboard

Main dashboard

Main Dashboard

CI blame dashboard

CI Blame Dashboard

Contributing

Bug reports and pull requests are welcome.

License

This application is available as open source under the terms of the MIT License.

About

Apllication for gathering and displaying statistical data about jenkins project builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published