Commit c7b058ca authored by Josh Steinberg's avatar Josh Steinberg

test path

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