mc1arke / sonarqube-community-branch-plugin

A plugin that allows branch analysis and pull request decoration in the Community version of Sonarqube
GNU Lesser General Public License v3.0
2.26k stars 527 forks source link

Is version 1.14.0 is compatible for Sonar Community Editionv9.9.7 (build 96285) ? #988

Closed vinodhini-devops closed 1 week ago

vinodhini-devops commented 4 weeks ago

Describe the bug i bought Community Edition v9.9.7 (build 96285) using docker compose, Then uploaded the sonar-community-branch-plugin jar version 1.14.0 on /opt/extensions/plugins location, restarted my containers.

I can see the plugin as installed on sonarqube marketplace, But i cant see the Branches & Pull Requests option on project settings dropdown.

To Reproduce Steps to reproduce the behavior:

  1. Install sonarqube Community Edition v9.9.7 (build 96285)
  2. Add the plugin to $SONARQUBE_HOME/extensions/plugins
  3. Restart the conatiners
  4. create any project on the UI and click on project settings.

Expected behavior Branches and Pull Request Option must be listed on dropdown

Screenshots If applicable, add screenshots to help explain your problem.

Software Versions

Additional context my docker-compose.yml `version: "3" services: sonarqube: image: sonarqube:9.9-community container_name: sonarqube depends_on:

volumes: sonarqube_data: sonarqube_extensions: sonarqube_logs: sonarqube: postgresql_data:`

brother commented 4 weeks ago

Did you do point 2 and 3 in this guide? I can only see from your description that you did the first point. https://github.com/mc1arke/sonarqube-community-branch-plugin?tab=readme-ov-file#manual-install

vinodhini-devops commented 3 weeks ago

yes, after doing the step 2 and 3 , i can see the branches and pullrequest.

Why the plugins inside /lib/extensions doesnt show up on marketplace ? eg: java, html etc//

mc1arke commented 1 week ago

They're bundled plugins so follow different rules from marketplace plugins