This commit is contained in:
Anupong Hompan 2025-10-21 12:20:07 +07:00
parent 23eb4b7b4a
commit 7d4eb20aa9

2
Jenkinsfile vendored
View File

@ -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/**" \