Commit a61677a1 authored by Josh Steinberg's avatar Josh Steinberg

update path jenkinsfile

parent 1544bc8a
......@@ -26,7 +26,7 @@ pipeline {
stage('Sonarqube'){
steps{
echo "running Sonar ******************************************************"
sh "ls /target/site -al"
sh "ls target/site/jacoco -al"
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