diff --git a/Jenkinsfile b/Jenkinsfile index 13a1b68..2d3069e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -128,7 +128,7 @@ pipeline { export PATH="$PATH:/root/.dotnet/tools" dotnet sonarscanner begin \ - /k:"'"${SONAR_PROJECT_KEY}"'" \ + /k:"${SONAR_PROJECT_KEY}" \ /d:sonar.host.url="$SONAR_HOST_URL" \ /d:sonar.login="$SONAR_AUTH_TOKEN" \ /d:sonar.exclusions="**/bin/**,**/obj/**" \