mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
test2
This commit is contained in:
parent
e0fe92f34c
commit
7da24c642f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ node {
|
||||||
}
|
}
|
||||||
def mvn = tool 'M3';
|
def mvn = tool 'M3';
|
||||||
withSonarQubeEnv("sq1") {
|
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,**/*.html,**/*.js, **/*.css, **/*.html.js""
|
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,**/*.html,**/*.js,**/*.css, **/*.html.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue