Commit 98439f2c authored by Josh Steinberg's avatar Josh Steinberg

update jenkins path

parent 1851b128
......@@ -28,7 +28,7 @@ pipeline {
echo "running Sonar ******************************************************"
withSonarQubeEnv('sonar'){
sh 'mvn package sonar:sonar'
sh "ls target -al"
sh "ls target/site/jacoco -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