Sonarqube plugins for 9.9.6

Currenlty we are configuring the sonarqube 9.9.6 in this case i need the Java plugins for jvmopts and jvmceopts , sonarcode scan as well … Could you please help me with this ? please

Hi,

I don’t understand the question.

There are configurations in $SONARQUBE-HOME/conf/sonar.properties to set JVM options for the various processes, but this has nothing to do with plugins.

 
Ann

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) : 9.9.6 community version

I am trying to install below plugins but it states the with errors , Can you help me with the error I am facing what is the wrong am i doing here ?

HELM CHART :

image :
repository: sonarqube
tag: 9.9.6-community
pullPolicy: IfNotPresent

plugins:
install:
- https://nexus.tools.parts.tvh.com/repository/maven-thirdparty/com/villagechief/sonar/codescan/sonar-codescan-plugin/4.5.7.1/sonar-codescan-plugin-4.5.7.1.jar
- https://github.com/mc1arke/sonarqube-community-branch-plugin/releases/download/1.14.0/sonarqube-community-branch-plugin-1.14.0.jar
jvmOpts: “-javaagent:/opt/sonarqube/extensions/plugins/sonarqube-community-branch-plugin-1.14.0.jar=web”
jvmCeOpts: “-javaagent:/opt/sonarqube/extensions/plugins/sonarqube-community-branch-plugin-1.14.0.jar=ce”

ERROR :

type: “k8s_container”
}
severity: “ERROR”
textPayload: “/tmp/scripts/install_plugins.sh: 3: curl: not found”
timestamp: “2024-09-06T05:49:51.214009963Z”
traceSampled: false

  • how is SonarQube deployed: Helm
  • what are you trying to achieve : I am trying to setup the the sonarqube 9.9.6 community
    severity: “ERROR”
    Hellm chart
    textPayload: “/tmp/scripts/install_plugins.sh: 3: curl: not found”*

Hi,

We don’t support the Community Branch plugin in this community. You’ll need to talk to its maintainers.

 
Ann