fix: update SonarQube project key to match
This commit is contained in:
parent
6232c3584f
commit
63096f22e4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -93,7 +93,7 @@ pipeline {
|
||||||
withSonarQubeEnv('SonarQube') {
|
withSonarQubeEnv('SonarQube') {
|
||||||
sh """
|
sh """
|
||||||
sonar-scanner \
|
sonar-scanner \
|
||||||
-Dsonar.projectKey=the-tip-top-backend \
|
-Dsonar.projectKey=Th-Tip-Top-Backend \
|
||||||
-Dsonar.projectName='Thé Tip Top Backend' \
|
-Dsonar.projectName='Thé Tip Top Backend' \
|
||||||
-Dsonar.sources=. \
|
-Dsonar.sources=. \
|
||||||
-Dsonar.exclusions=node_modules/**,coverage/**,dist/** \
|
-Dsonar.exclusions=node_modules/**,coverage/**,dist/** \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user