Relative Content

Tag Archive for sonarqube

getport.io sonarqube unknown url

I’m configuring Getport.io and I’m having issues in Sonarqube Analysis and Issues. It doesn’t find the location of a issues file. I’ve checked the official documentation for doing this configuration.

getport.io sonarqube unknown url

I’m configuring Getport.io and I’m having issues in Sonarqube Analysis and Issues. It doesn’t find the location of a issues file. I’ve checked the official documentation for doing this configuration.

Sonarqube scanner can’t locate java home

st727s$sonar-scanner Could not find ‘java’ executable in JAVA_HOME or PATH. st727s$echo $JAVA_HOME /Users/st727s/.sdkman/candidates/java/17-open JAVA_HOME variable is set, also the bin path is listed under PATH variable. Sonar scanner can’t seem find java executable though. sonar scanner seems to locate brew installed jdk however, not the sdkman installed one. Seems very vague. sonarqube

Best Practices for Using SonarQube in Development and Build/Release Processes

We are currently using SonarQube Community Edition 9.9.2 to analyze code during development (by developers) and during the build and release process (by Jenkins). However, as both developers and Jenkins are using a single SonarQube server for analysis, we are facing an increasing number of projects, which is becoming challenging to manage.

SonarQube empty after upgrade from 8.9 to 9.9

I have a swarm stack with a SonarQube 8.9-community service and a postgres 16.3 service. I want to upgrade my sonarQube to 9.9-community. But, when i try, it systematically act as it was a fresh install, recreating all the database and deleting all the plugins. As a result, i lose all my projets and need to rollback and restore my last backup…