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