Closed vinodhini-devops closed 1 week 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
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//
They're bundled plugins so follow different rules from marketplace plugins
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:
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:
sonarqube:/opt/sonarqube/lib
db: image: postgres:13 container_name: postgres environment: POSTGRES_USER: sonarqube POSTGRES_PASSWORD: sonarqube POSTGRES_DB: sonarqube volumes:
volumes: sonarqube_data: sonarqube_extensions: sonarqube_logs: sonarqube: postgresql_data:`