Commit 45d2db4b authored by Josh Steinberg's avatar Josh Steinberg

edit sonar vars

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