Commit dc4d03e8 authored by Josh Steinberg's avatar Josh Steinberg

edit sonar scan jenkinsfile

parent d18eed67
......@@ -19,8 +19,8 @@ pipeline {
stage('Sonarqube'){
steps{
withSonarQubeEnv('sonar'){
sh 'mvn clean package sonar:sonar'
withSonarQubeEnv(installationName: 'sonar'){
sh './mvnw clean org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar'
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment