Sonarqube helm installation failing with jacoco plugin

  • Trying to install sonarqube developer 7.8 version in kubernetes through helm. But not getting jacoco jar that need to be passed in plugins. pod crashing when giving jacoco jar link.
  • Im trying to install sonarqube in kubernetes with jacoco plugins installed through helm. But pod crashing when giving jacoco jar. Not able to find the exact jacoco jar that need to be passed.

Error getting :
Web server startup failed: File is not a plugin. Please delete it and restart: /opt/sonarqube/
extensions/plugins/jacoco-maven-plugin-0.8.0.jar

Web server startup failed: File is not a plugin. Please delete it and restart: /opt/sonarqube/
extensions/plugins/org.jacoco.core-0.8.0.jar

Hi.

Please try again with https://binaries.sonarsource.com/Distribution/sonar-jacoco-plugin/sonar-jacoco-plugin-1.0.2.475.jar :wink:

1 Like

@felipebz Dude it worked. Thanks alot. :slightly_smiling_face:
Cheers