This commit is contained in:
Anupong Hompan 2025-10-28 20:29:01 +07:00
parent bfd76cca85
commit 5115272eba

3
Jenkinsfile vendored
View File

@ -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
'''
}
}