Hi,
I would like to check the option of adding SonarQube plugin (working according to your Plugin basics article)
To check plugin i need to add the plugin build results to extensions/plugins/ in the Sonarqube server and do start to the server.
to avoid server restart (sinces we running scans) and any issue from the plugin itself, I would like to set a SonarQube test site (only for tests).
Is there any way to install SonarQube only for tests target?
Thanks in advance,
Galit
Hi @galit ,
It depends on which sonarqube edition you are using.
If you are on a free community version, you can install as many as you want.
From my understanding, the paid on-premises editions are supplied with 1 license for a production instance and 3 licenses for test instances.
Depending on what you have done with your plugin, it is also possible to install sonarqube on a development station to carry out the first test and possibly debug.