sonar-gitlab-plugin
sonar-gitlab-plugin copied to clipboard
Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files
Hi I am getting the next error: `Caused by: org.sonarqube.ws.client.HttpException: Error 401 on https:` I have add a gitlab token with administrator permissions. Gitlab: GitLab Community Edition 12.9.2 SonarQube version:...
Hi. Recently we started to receive this error when the scanner triggers the gitlab plugin: ``` 14:43:27.255 ERROR: Error during SonarScanner execution SonarQube failed to complete the review of this...
Hi am Srinivasa we are using scm is Gitlab and code quality we are using with Sonarqube. Currently I integreted Sonarqube in jenkins Job After build It is Analysing the...
hi, my maven build not failed when using preview mode with properties ``` sonar.gitlab.max_blocker_issues_gate sonar.gitlab.max_critical_issues_gate sonar.gitlab.max_major_issues_gate ``` full parameter is ``` -Dsonar.host.url= -Dsonar.login=******* -Dsonar.analysis.mode=preview -Dsonar.report.export.path=report.json -Dsonar.gitlab.commit_sha= -Dsonar.gitlab.ref_name= -Dsonar.gitlab.project_id= -Dsonar.gitlab.user_token=******* -Dsonar.gitlab.merge_request_discussion=true...
Hello, community! When running sonar-scanner on SonarQube 7.0. sonar-gitlab-plugin-4.0.0.jar GitLab 10.5.4-ee getting error like INFO: ANALYSIS SUCCESSFUL INFO: Executing post-job GitLab Commit Issue Publisher INFO: ------------------------------------------------------------------------ INFO: EXECUTION FAILURE INFO:...
In our company, the network environment is such that the public URL of SonarQube servers (defined by the `sonar.core.serverBaseURL` property in the server config) is not the same as the...
hi, Error during SonarQube Scanner execution: 17:21:29.855 ERROR: Error during SonarQube Scanner execution SonarQube failed to complete the review of this commit: Unable to perform GitLab WS operation Caused by:...
Hello! We would like to receive a link to the dashboard in SonarQube in the comments in GitLab, as well as in the pipeline in GitLab. I crookedly implemented this...
Hi, I am using below property file which is kept in sln of .net project. sonar.projectKey=MyProject sonar.projectVersion=1.0 sonar.projectName=My ADSDK sonar.sources=. sonar.language=cs sonar.dotnet.visualstudio.solution.file=AurusEnterpriseSDK.sln sonar.dotnet.4.0.sdk.directory=C:\Windows\Microsoft.NET\Framework\v4.0.30319 sonar.dotnet.version=4.0 Using SonarQube :-8.0 Using SonarScanner :-...
Plugin fails to post comments and update the result to gitlab when integrated via Jenkins pipeline.
Workflow: Whenever developer opens merge request in gitlab, a jenkins pipeline gets triggered with sonarqube and quality gate integrated to it. Requirement with the use of this plugin: 1. Need...