Skip to content

Commit bd2b77d

Browse files
committed
fix sonar syntax docker#4
1 parent 4c3a141 commit bd2b77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616

1717
stage('SonarQube Analysis') {
1818
steps {
19-
withSonarQubeEnv() {
19+
withSonarQubeEnv('SonarQube') {
2020
script {
2121
def scannerHome = tool 'sonar'
2222
sh "${scannerHome}/bin/sonar-scanner"

0 commit comments

Comments
 (0)