nagarjunadv
nagarjunadv
Hi, I am having the same issue. I have setup the config as specified in the ReadMe. I also verified if the Gitlab properties are all valid and ran the...
@rgembalik @gabrie-allaigre I have checked everything and I still have the same issue. When I enable the Global Comments option, I get all the comments for that file posted in...
Yeah, I have the similar config for the scanner. I might have some issue with the Sonarqube settings then. I have the SQ project and the key is also right....
I am passing in these comments from my Jenkins: sonar.branch=$COMMIT_BRANCH sonar.host.url=https://sonarqube.com sonar.login=${sonarLogin} sonar.analysis.mode=preview sonar.gitlab.commit_sha=$COMMIT_SHA sonar.gitlab.ref_name=$COMMIT_BRANCH sonar.gitlab.project_id=$PROJECT_ID sonar.gitlab.ignore_certificate=true sonar.projectKey=$SONAR_PROJECT_KEY sonar.sources=. sonar.projectBaseDir=$WORKSPACE/ sonar.verbose=true only_issue_from_commit_file=true sonar.gitlab.url="https://gitlab.com" sonar.gitlab.ignore_certificate=true sonar.gitlab.comment_no_issue=true sonar.gitlab.disable_global_comment=true sonar.gitlab.failure_notification_mode="commit-status" sonar.gitlab.disable_inline_comments=false sonar.gitlab.build_init_state="pending"
Sure. Thank you