From 5115272eba9f00e0226b29ed6a2e6a7fed5459df Mon Sep 17 00:00:00 2001 From: Anupong Hompan Date: Tue, 28 Oct 2025 20:29:01 +0700 Subject: [PATCH] JK --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c08f3f1..cdc068b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -193,7 +193,8 @@ pipeline { // Close the Sonar analysis and push data to the server. withSonarQubeEnv('SonarQube') { sh '''#!/bin/bash -e - dotnet sonarscanner end /d:sonar.login="${SONAR_AUTH_TOKEN}" + # dotnet sonarscanner end /d:sonar.login="${SONAR_AUTH_TOKEN}" + dotnet sonarscanner end ''' } }