Must-share Information
Versions and Components
Community Build
Version: v25.9.0.112764
Plugins
sonarqube-community-branch-plugin-25.5.0.jarcheckstyle-sonar-plugin-10.21.1.jarsonar-ansible-plugin-2.5.1.jarsonar-cxx-plugin-2.2.0.1110.jarsonar-detekt-2.5.0.jarsonar-groovy-plugin-1.8.jarsonar-shellcheck-plugin-2.5.0.jarsonar-sonargraph-integration-8.0.0.jarsonar-yaml-plugin-1.9.1.jarsonar-lua-coverage-plugin-1.1.0.jarbitegarden-sonarqube-project-tag-plugin-1.3.5.jar
Helm
targetRevision: 2025.5.0
Sonar Scanner
Version: 7.1.0.4889
Objective
Integrate a project with repository in GitHub.
Problem
Our production SonarQube server is still running on version v24.12.0.100206, and we’d like to update it to 2025.x. After installing version 25.9 on our DEV environment, we noticed missing options in the UI.
Missing UI Features
-
Project Settings
No “Branches & Pull Requests” option available
-
Project Settings / General Settings
No “DevOps Platform Integration” option
Note: Even installation without any plugins doesn’t show the above options, although branches/PRs are handled by the plugin.
Analysis and Results
Can execute branch analysis (with plugin installed)
Results are not visible in SonarQube UI
Scanner Output Example
Scanner returns a success message:
...
ANALYSIS SUCCESSFUL, you can find the results at:
https://sonarqube-dev.<domain>/dashboard?id=devops-fastlane&branch=goal-monitoring-branch
...
Display Issue
The URL shows analysis for the master branch (while the main branch in the project is main), despite the URL containing branch=goal-monitoring-branch.