Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- what are you trying to achieve
- what have you tried so far to achieve this
Hi guys;
As title says, unable to find SonarQube project settings. I have a GitHub repository on my computer:
C:\Users\mum\Documents\GitHub\coursework_1
Contained within that, there is the SonarQube settings file which contents are as follows:
sonar.projectKey=java-jenkins-sonar
sonar.sources=.
Documents/GitHub/coursework_1/sonar-server.properties
The output log file generated by Jenkins whenever I attempt to use the “build now” feature of Jenkins is as follows:
Using sonar-scanner-3.3.0.1492-linux
Have tried different variants, / instead of , etc.
Have authenticated SonarQube with secret token.
Unsure as to how to proceed.