Skip to content

dmardin/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for the Warnings Next Generation Plugin

This project is depending on the Jenkins Warnings Next Generation Plugin and is used to display the results of static analysis tools.

Preparation

  • Start a Jenkins
  • Install the Warnings Next Generation Plugin
  • Open this project in IntelliJ
  • Set the property jenkins.api.rest-configuration.end-point from the application.properties to the main Jenkins Endpoint. If Jenkins is running on http://localhost:8080 then the endpoint is:
    jenkins.api.rest-configuration.end-point=http://localhost:8080/jenkins/api/json
    
  • Setup the MySQL database with Docker
    • navigate to bin with a terminal
    • Start the database by running the bash script start-db.sh
  • Stop and clean up the database

Run the Application