diff --git a/sonarqube/Jenkinsfile b/sonarqube/Jenkinsfile index 72d66c1..3327ce1 100644 --- a/sonarqube/Jenkinsfile +++ b/sonarqube/Jenkinsfile @@ -1,7 +1,7 @@ pipeline{ agent any environment { - PATH = "$PATH:/opt/apache-maven-3.8.2/bin" + PATH = "$PATH:/opt/apache-maven-3.8.6/bin" } stages{ stage('GetCode'){ @@ -15,9 +15,9 @@ pipeline{ } } stage('SonarQube analysis') { -// def scannerHome = tool 'SonarScanner 4.0'; +// def scannerHome = tool 'SonarScanner '; steps{ - withSonarQubeEnv('sonarqube-8.9') { + withSonarQubeEnv('sonarqube') { // If you have configured more than one global server connection, you can specify its name // sh "${scannerHome}/bin/sonar-scanner" sh "mvn sonar:sonar"