mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
add build jar
This commit is contained in:
parent
35bb2eaf96
commit
e40c934990
1 changed files with 1 additions and 1 deletions
|
@ -69,8 +69,8 @@ pipeline {
|
|||
NODEJS_HOME = "${tool 'nodejs'}"
|
||||
PATH = "${env.NODEJS_HOME}/bin:${env.PATH}"
|
||||
}
|
||||
def mvn = tool 'M3'
|
||||
steps {
|
||||
def mvn = tool 'M3'
|
||||
withSonarQubeEnv('sq1') {
|
||||
sh "${mvn}/bin/mvn sonar:sonar -Dsonar.projectKey=Web -Dsonar.projectName='Web' -Dsonar.sources=src/ -Dsonar.java.binaries=target/classes/ -Dsonar.exclusions=src/test/java/****/*.java"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue