Commit bca1bd3f authored by Josh Steinberg's avatar Josh Steinberg

update jenkinsfile

parent 8d0c54ad
...@@ -35,9 +35,9 @@ pipeline { ...@@ -35,9 +35,9 @@ pipeline {
} }
stage('Sonarqube'){ stage('Sonarqube'){
steps{ steps{
withSonarQubeEnv('sonar'){ echo "running Sonar ******************************************************"
echo "running Sonar"
sh "ls -l" sh "ls -l"
withSonarQubeEnv('sonar'){
sh 'mvn clean package org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar' sh 'mvn clean package org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155: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