What are you trying to accomplish?
- Support a new language?
- Extend an existing one? Which one?
- Add language-agnostic features?
- Something else?
What’s your specific coding challenge in developing your plugin?
And, if relevant, please share the code that’s giving you problems:
Hello,
I’m working on a SonarQube deployment, and I would like to know the best way to include plugins as part of the installation process.
Is there a supported method to bundle plugins during the initial deployment of SonarQube ?
Can plugins be pre-installed or configured automatically without needing to manually upload them after deployment?
Are there best practices or recommendations for managing plugins during upgrades to ensure compatibility with the SonarQube version?
I’m using Azure DevOps as pipeline, Docker image pulled from ACR, Helm chart for deploy version 10.7.0 and SonarQube Enteprise Edition (version 10.7).
Any guidance or resources to help streamline SONARQUBE plugin installation and management would be greatly appreciated.