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

edit sonar vars

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