fix: update SonarQube project key to match
This commit is contained in:
parent
e683be6771
commit
194470aeb1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -91,7 +91,7 @@ pipeline {
|
|||
withSonarQubeEnv('SonarQube') {
|
||||
sh """
|
||||
sonar-scanner \
|
||||
-Dsonar.projectKey=the-tip-top-frontend \
|
||||
-Dsonar.projectKey=Th-Tip-Top-Frontend \
|
||||
-Dsonar.projectName='Thé Tip Top Frontend' \
|
||||
-Dsonar.sources=. \
|
||||
-Dsonar.exclusions=node_modules/**,.next/**,coverage/**,out/** \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user