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