This commit is contained in:
Anupong Hompan 2025-10-28 20:25:54 +07:00
parent 1fdb849818
commit bfd76cca85

14
Jenkinsfile vendored
View File

@ -161,13 +161,13 @@ pipeline {
dotnet tool update --global dotnet-sonarscanner dotnet tool update --global dotnet-sonarscanner
export PATH="$PATH:/root/.dotnet/tools" export PATH="$PATH:/root/.dotnet/tools"
// dotnet sonarscanner begin \ # dotnet sonarscanner begin \
// /k:"${SONAR_PROJECT_KEY}" \ # /k:"${SONAR_PROJECT_KEY}" \
// /n:"${SONAR_PROJECT_NAME}" \ # /n:"${SONAR_PROJECT_NAME}" \
// /v:"${SONAR_PROJECT_VERSION}" \ # /v:"${SONAR_PROJECT_VERSION}" \
// /d:sonar.host.url="${SONAR_HOST_URL}" \ # /d:sonar.host.url="${SONAR_HOST_URL}" \
// /d:sonar.login="${SONAR_AUTH_TOKEN}" \ # /d:sonar.login="${SONAR_AUTH_TOKEN}" \
// /d:sonar.cs.opencover.reportsPaths="${COVERAGE_FILE}" # /d:sonar.cs.opencover.reportsPaths="${COVERAGE_FILE}"
dotnet sonarscanner begin \ dotnet sonarscanner begin \