JK
This commit is contained in:
parent
bfd76cca85
commit
5115272eba
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -193,7 +193,8 @@ pipeline {
|
|||||||
// Close the Sonar analysis and push data to the server.
|
// Close the Sonar analysis and push data to the server.
|
||||||
withSonarQubeEnv('SonarQube') {
|
withSonarQubeEnv('SonarQube') {
|
||||||
sh '''#!/bin/bash -e
|
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
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user