Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
desired behavior
A SonarQube analysis should run every night after the snapshot builds to be able to analyse the code quality improvements.
Therefore the following tasks have to be accomplished:
- Installation of SonarQube on the CI-Server
- Installation and configuration of a mySQL DB on one of the build-slaves
- Installation of the sonar runner on the build-slave, which should run the analysis
- configuration of a jenkins job to run the analysis
- testing and initial analysis of the java projects