Skip to content

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

About

A dashboard designed to view Jenkins statistics and insights.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published