Commit fabb5d69 authored by Josh Steinberg's avatar Josh Steinberg

edit sonar in jenkinsfile

parent 027f8e80
......@@ -18,7 +18,7 @@ pipeline {
}
stage('Sonarqube'){
steps{
withSonarQubeEnv('sonarqube-scanner'){
withSonarQubeEnv('sonar'){
sh 'mvn clean package sonar: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