Closed lpsm-nuageit closed 8 months ago
Any updates?
I had to configure using sonarProperties
to get it to work.
plugins:
install:
- https://github.com/mc1arke/sonarqube-community-branch-plugin/releases/download/1.18.0/sonarqube-community-branch-plugin-1.18.0.jar
sonarProperties:
sonar.ce.javaOpts: -javaagent:/opt/sonarqube/extensions/plugins/sonarqube-community-branch-plugin-1.18.0.jar=ce
sonar.web.javaOpts: -javaagent:/opt/sonarqube/extensions/plugins/sonarqube-community-branch-plugin-1.18.0.jar=web
That worked, but I find it confusing that the other way doesn't work.
Describe the bug
I'm trying to consume the integration of branches and pull-request in sonar and I'm getting errors.
I've installed my sonarqube on Kubernetes and I'm using GitHub Actions to run the analysis.
Helm Chart.yml:
Helm values:
Github Actions:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I was hoping that the plugin would be able to solve this scenario and that I could integrate branch scanning and pull-requests.
Screenshots
Software Versions
Additional context
I understand that for integrating pull-request I might be forgetting some things, but in the case of branch I still get the same error.