Skip to content

Commit b397c7b

Browse files
authored
Add sonar.login environment variable
1 parent e6c4643 commit b397c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ sonar:
3939
stage: analysis
4040
image: sonarsource/sonar-scanner-cli
4141
script:
42-
- sonar-scanner -Dsonar.host.url=$$$SONAR_URL$$$ -Dsonar.projectKey=$$$SONAR_PROJECT_KEY$$$ -Dsonar.projectName=$$$SONAR_PROJECT_KEY$$$
42+
- sonar-scanner -Dsonar.host.url=$$$SONAR_URL$$$ -Dsonar.projectKey=$$$SONAR_PROJECT_KEY$$$ -Dsonar.projectName=$$$SONAR_PROJECT_KEY$$$ -Dsonar.login=$$$SONAR_LOGIN$$$
4343

0 commit comments

Comments
 (0)