Installing SonarQube/Code Coverage plugins when using JAR

When using JAR installations, there are a few additional steps that need to be included: 

  • As CodeScene loads plugins from a folder specified with the env var PLUGINS_DIR. The default is ./plugins. You will need to download the Sonarqube plugin JAR here and the Code Coverage plugin here and place them in the plugins folder.
  • Restart is required and then they should appear.