JK
This commit is contained in:
parent
23eb4b7b4a
commit
7d4eb20aa9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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/**" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user