Commit 3037ed78 authored by Josh Steinberg's avatar Josh Steinberg

update mvn shell script jenkinsfile

parent dbb0af3f
...@@ -19,8 +19,8 @@ pipeline { ...@@ -19,8 +19,8 @@ pipeline {
stage('Sonarqube'){ stage('Sonarqube'){
steps{ steps{
withSonarQubeEnv(installationName: 'sonar'){ withSonarQubeEnv('sonar'){
sh 'mvn clean 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