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.23k stars 522 forks source link

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

Open vinodhini-devops opened 1 day ago

vinodhini-devops commented 1 day 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 1 day 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