Skip to content
Advertisement

Tag: sonarqube

SonarQube MsBuild scanner on linux build agent

We build or dotnet core 1.1 projects on our own linux build agents in docker. (https://github.com/Microsoft/vsts-agent-docker) We would like to use Sonar to analyze our C# code. But it seems that the SonarQube MsBuild Scanner can’t run in linux environment. Does anybody know a workaround for this. We don’t really want to use Windows agents just to do the code

SonarQube will not start up

I followed this tutorial on installing SonarQube on my Ubuntu x64 Server http://stuff.stevenreid.uk/2015/03/12/install-sonarqube-5-0-1-on-ubuntu-14-04-x64/. However, when starting up sonarqube (linux-x86-64), it gets shutdown before completing to start. This is the sonar.log file: I already have the debug logging mode enabled, but I am unable to find out the error and fix it. Any help is appreciated. I am using JDK 1.8.0.45

Sonar Qube uninstall linux

To install sonar there is a sonar.sh for it. How to uninstall sonar then on linux shell? Is there any script to remove all and don’t leave any trash in the system? Answer To start Sonar : sonar.sh start To stop Sonar : sonar.sh stop To uninstall Sonar : remove the Sonar installation directory. That’s it !

Advertisement