We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3a141 commit bd2b77dCopy full SHA for bd2b77d
Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
16
17
stage('SonarQube Analysis') {
18
steps {
19
- withSonarQubeEnv() {
+ withSonarQubeEnv('SonarQube') {
20
script {
21
def scannerHome = tool 'sonar'
22
sh "${scannerHome}/bin/sonar-scanner"
0 commit comments