Commit 91aff9c8 authored by Josh Steinberg's avatar Josh Steinberg

update jenksinfile

parent 828121e4
...@@ -27,9 +27,9 @@ pipeline { ...@@ -27,9 +27,9 @@ pipeline {
steps{ steps{
echo "running Sonar ******************************************************" echo "running Sonar ******************************************************"
withSonarQubeEnv('sonar'){ withSonarQubeEnv('sonar'){
sh "ls -al"
sh 'mvn clean package sonar:sonar' sh 'mvn clean package sonar:sonar'
} }
sh "ls target"
} }
} }
stage("Quality Gate"){ stage("Quality Gate"){
......
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