I implemented SonarQube
on the server and I use most configurations remotely . Therefore, whenever a plugin is installed, a restart is required SonarQube
, and every time I have to explicitly (manually) restart the serverSonarQube
.
Is there a way to restart SonarQube
remotely?
For example, jenkins
through http://sonar_url/restart
.
source
share