fix sonar name

This commit is contained in:
Arne Teuke
2025-06-08 12:22:55 +02:00
parent 2c5ae3f4ed
commit bf4616bed2
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -69,7 +69,7 @@ pipeline {
withCredentials([string(credentialsId: 'sonar-token', variable: 'SONAR_TOKEN')]) {
sh '''
/opt/sonar-scanner/bin/sonar-scanner \
-Dsonar.projectKey=cd_clamav \
-Dsonar.projectKey=clamav_cd \
-Dsonar.sources=. \
-Dsonar.host.url=https://sonarqube.confdroid.com \
-Dsonar.token=$SONAR_TOKEN