Restart SonarQube Server Remotely

I implemented SonarQubeon 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 SonarQuberemotely?

For example, jenkinsthrough http://sonar_url/restart.

+4
source share
2 answers

With SonarQube 5.4, you can restart it directly from the user interface ( Administrators should be able to request a server restart from the web console ) or use WS / api / system / restart ( WS / api / system / restart should initiate a true SQ restart ).

+6
source

POST api / system / restart Starting from version 4.3 Restart the server. Available only in development mode (sonar.web.dev = true). Ruby on Rails extensions do not restart

Hello,

Michelle

0
source

Source: https://habr.com/ru/post/1609789/


All Articles