This project is depending on the Jenkins Warnings Next Generation Plugin and is used to display the results of static analysis tools.
- 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
- The database can stopped by running the bash script stop-db.sh
- The database can be cleaned up by running the bash script stop-and-clean-db.sh
- Select the DashboardApplication.java in IntelliJ and execute the command
Run DashboardApplication
- When the info messages Requested data saved to database appears, open the url http://localhost:8181 in the Browser