SQ fix?
This commit is contained in:
parent
63044ece48
commit
cbece676a6
@ -32,8 +32,8 @@ pipeline {
|
||||
stage('SonarQube Analysis') {
|
||||
steps {
|
||||
script {
|
||||
def scannerHome = tool(name: 'SQ');
|
||||
withSonarQubeEnv(installationName: 'SQ') {
|
||||
def scannerHome = tool(name: 'SonarScanner');
|
||||
withSonarQubeEnv(installationName: 'SonarScanner') {
|
||||
sh "${scannerHome}/bin/sonar-scanner"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user