Commit 30f8c7c3 authored by Josh Steinberg's avatar Josh Steinberg

update jenkins sonar

parent bca1bd3f
...@@ -36,9 +36,9 @@ pipeline { ...@@ -36,9 +36,9 @@ pipeline {
stage('Sonarqube'){ stage('Sonarqube'){
steps{ steps{
echo "running Sonar ******************************************************" echo "running Sonar ******************************************************"
sh "ls -l" sh "ls /target/site/jacoco/ -al"
withSonarQubeEnv('sonar'){ withSonarQubeEnv('sonar'){
sh 'mvn clean package org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155: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