Deploy at scale
Mange versions and deploy SonarQube for IntelliJ across your organization using JetBrains IDE Services.
If your organization centrally manages JetBrains IDEs using JetBrains IDE Services, you can deploy SonarQube for IntelliJ to your entire developer team without requiring individual installs. This guide covers the two main approaches.
Prerequisites
Before you begin, make sure you have:
An active JetBrains IDE Services subscription (Cloud or self-hosted)
Administrator access to your organization's IDE Services instance
Choosing a deployment approach
Your developers have internet access and you want them to receive updates automatically
You need version control, operate in an air-gapped environment, or want to qualify a specific version before rollout
Deploy from the JetBrains Marketplace
This approach uses IDE Services plugin rules to make SonarQube for IntelliJ available or required, across your organization directly from the JetBrains Marketplace.
In the IDE Services Web UI, open your organization's profile.
Navigate to the Plugins section and select Manage rules.
Add a new rule targeting the SonarQube for IntelliJ plugin, either by selecting the individual plugin or by vendor.
Set the rule type to Allow to make the plugin available to developers.
Optionally, apply IDE version, OS, or architecture filters to limit which machines receive the rule.
If your profile uses a denylist strategy (blocking all plugins by default), you must add an explicit Allow rule for SonarQube for IntelliJ. More specific rules override broader ones, so an Allow rule scoped to this plugin takes precedence over a global block. See the JetBrains documentation on managing available plugins for full details on rule types and precedence.
Deploy from a private repository
Use this approach to host a specific version of SonarQube for IntelliJ in your organization's private plugin repository within IDE Services. This is the right choice for air-gapped environments or when you want to qualify a release before it reaches your developers.
Step 1: Download the plugin ZIP
Download the SonarQube for IntelliJ ZIP file for your target release from the JetBrains Marketplace. Check the compatibility matrix on the Marketplace to confirm it supports your target IDE versions.
Step 2: Upload to your private repository
In the IDE Services Web UI, go to the Plugins page.
Select Upload plugin.
Select a distribution channel. Stable is recommended for production rollouts.
Optionally, set an expiration date to automatically remove the version after a set period, which is useful for enforcing upgrades.
Drag and drop the ZIP file into the upload area, or select it from your file system.
IDE Services only accepts plugins as ZIP packages. Do not extract the archive before uploading.
For teams using a CI/CD pipeline, IDE Services also supports automated uploads over HTTP using an automation token. See the JetBrains documentation on managing the plugin repository documentation for details on scripting uploads with cURL.
Step 3: Make the plugin available to developers
Once the plugin is in your repository, configure a rule to roll it out:
In IDE Services, open your organization's profile.
Navigate to Plugins > Manage rules.
Add a rule targeting the Corporate repository scope, or scope it to the specific SonarQube for IntelliJ plugin within your repository.
Set the rule type to Allow.
Apply IDE filters if needed to target specific machines or IDE versions.
Developers will see SonarQube for IntelliJ available for installation from your internal repository the next time their IDE syncs with IDE Services.
Next steps
Once SonarQube for IntelliJ is deployed, consider setting up Connected mode to synchronize your teams' analysis settings with your SonarQube Server or SonarQube Cloud instance, ensuring everyone works to the same quality standards.
Last updated
Was this helpful?

