mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
complete static test
This commit is contained in:
parent
b1a0a9306f
commit
46bb103b00
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ node {
|
|||
// env.PATH = "${env.NODEJS_HOME}/bin:${env.PATH}"
|
||||
def mvn = tool 'M3';
|
||||
def NODEJS_HOME = tool "nodejs"
|
||||
def PATH = "${env.NODEJS_HOME}/bin:${env.PATH}"
|
||||
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