samuel-os

Results 2 comments of samuel-os

I've the same issue at the moment. I do the sonar analysis with the follwing command: ```xml mvn $MAVEN_CLI_OPTS sonar:sonar -Dsonar.issuesReport.console.enable=true -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_TOKEN -Dsonar.projectKey=$SONAR_PROJECT_ID -Dsonar.gitlab.all_issues=true -Dsonar.gitlab.only_issue_from_commit_line=$SONAR_ONLY_COMMIT_LINE -Dsonar.gitlab.only_issue_from_commit_file=$SONAR_ONLY_COMMIT_FILE -Dsonar.gitlab.max_blocker_issues_gate=$SONAR_MAX_BLOCKER_ISSUES -Dsonar.gitlab.max_critical_issues_gate=$SONAR_MAX_CRITICAL_ISSUES -Dsonar.gitlab.max_major_issues_gate=$SONAR_MAX_MAJOR_ISSUES...

I got it to work, for my case. I'm not sure if the problem was ne name of the target branch ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME) or the fact that the target branch was...