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