fix: use sonar-project.properties for SonarQube config
This commit is contained in:
parent
c4ba5bda9a
commit
5f2f71e539
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -104,11 +104,7 @@ pipeline {
|
||||||
echo "🔍 Analyse SonarQube..."
|
echo "🔍 Analyse SonarQube..."
|
||||||
withSonarQubeEnv('SonarQube') {
|
withSonarQubeEnv('SonarQube') {
|
||||||
sh """
|
sh """
|
||||||
sonar-scanner \
|
sonar-scanner
|
||||||
-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