Commit c7b058ca authored by Josh Steinberg's avatar Josh Steinberg

test path

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