Commit dbb0af3f authored by Josh Steinberg's avatar Josh Steinberg

update shell script jenkinsfile

parent dc4d03e8
...@@ -20,7 +20,7 @@ pipeline { ...@@ -20,7 +20,7 @@ pipeline {
stage('Sonarqube'){ stage('Sonarqube'){
steps{ steps{
withSonarQubeEnv(installationName: 'sonar'){ withSonarQubeEnv(installationName: 'sonar'){
sh './mvnw clean org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar' sh 'mvn clean 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