sonarqube

This commit is contained in:
Jason House
2020-07-28 17:15:08 +09:00
parent bbacf74b1b
commit 7bad4104bd

2
Jenkinsfile vendored
View File

@@ -11,7 +11,7 @@ pipeline {
stage('Build Jars') {
steps {
sh 'mvn clean install pmd:pmd checkstyle:checkstyle spotbugs:spotbugs'
sh 'mvn clean install pmd:pmd checkstyle:checkstyle spotbugs:spotbugs $SONAR_MAVEN_GOAL'
}
}