mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
test
This commit is contained in:
parent
7902e9f112
commit
b8cd9209f3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ node {
|
|||
stage('SonarQube Analysis') {
|
||||
def mvn = tool 'M3';
|
||||
withSonarQubeEnv("sq1") {
|
||||
sh "${mvn}/bin/mvn sonar:sonar -Dsonar.projectKey=Web -Dsonar.projectName='Web' -Dsonar.host.url=-Dsonar.host.url=http://172.19.0.3:9000/"
|
||||
sh "${mvn}/bin/mvn sonar:sonar -Dsonar.projectKey=Web -Dsonar.projectName='Web'"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue