Commit a61677a1 authored by Josh Steinberg's avatar Josh Steinberg

update path jenkinsfile

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