Commit 1851b128 authored by Josh Steinberg's avatar Josh Steinberg

edit sonar vars

parent 45d2db4b
......@@ -26,7 +26,7 @@ pipeline {
stage('Sonarqube'){
steps{
echo "running Sonar ******************************************************"
withSonarQubeEnv(){
withSonarQubeEnv('sonar'){
sh 'mvn package sonar:sonar'
sh "ls target -al"
}
......
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