Skip to content

A dashboard designed to view Jenkins statistics and insights.

Notifications You must be signed in to change notification settings

sourabhgupta385/jenkins-dashboard-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a web dashboard designed in Next JS to view Jenkins statistics and insights in real time.

The backend API is designed in Node JS which fetches data from Jenkins and store the data in mongo database. The API can be found at https://github.com/sourabhgupta385/jenkins-dashboard-api

Pre-Requisites

  1. Set up the API as described here: https://github.com/sourabhgupta385/jenkins-dashboard-api
  2. Provide the slave API and jobs API URL in next.config.js file

Installation

  1. Install all dependencies
$ npm install
  1. Run the web application
$ npm run dev

Releases

No releases published

Packages

No packages published