Is there any way to manually manage plugins in the cloud?

Im working with the team which develops sonarqube plugin for gosu language. This plugin is written in java. For merge requests our pipeline installs new version of plugin by copying it to extensions/plugins/ directory on our on-premise sonarqube server, restarts the server and runs scans against our sets of code sources.

So the question is: could we do the same in the cloud as we consider moving to it?

Hey there.

It’s not possible to install community-supported plugins on SonarCloud. You are limited to the languages supported by SonarCloud natively.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.