From bfd76cca859dc4c36e2f93db344562917dcdd77f Mon Sep 17 00:00:00 2001 From: Anupong Hompan Date: Tue, 28 Oct 2025 20:25:54 +0700 Subject: [PATCH] JK --- Jenkinsfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bf037eb..c08f3f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -161,13 +161,13 @@ pipeline { dotnet tool update --global dotnet-sonarscanner export PATH="$PATH:/root/.dotnet/tools" - // dotnet sonarscanner begin \ - // /k:"${SONAR_PROJECT_KEY}" \ - // /n:"${SONAR_PROJECT_NAME}" \ - // /v:"${SONAR_PROJECT_VERSION}" \ - // /d:sonar.host.url="${SONAR_HOST_URL}" \ - // /d:sonar.login="${SONAR_AUTH_TOKEN}" \ - // /d:sonar.cs.opencover.reportsPaths="${COVERAGE_FILE}" + # dotnet sonarscanner begin \ + # /k:"${SONAR_PROJECT_KEY}" \ + # /n:"${SONAR_PROJECT_NAME}" \ + # /v:"${SONAR_PROJECT_VERSION}" \ + # /d:sonar.host.url="${SONAR_HOST_URL}" \ + # /d:sonar.login="${SONAR_AUTH_TOKEN}" \ + # /d:sonar.cs.opencover.reportsPaths="${COVERAGE_FILE}" dotnet sonarscanner begin \