mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
2e9dcb3ba3
commit
7bb163fced
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -13,7 +13,7 @@ pipeline {
|
|||
steps {
|
||||
withSonarQubeEnv(installationName:'sonar-1')
|
||||
{
|
||||
sh './mvnw sonar:sonar -Dsonar.java.binaries=target/classes -Dsonar.login=admin -Dsonar.password=password'
|
||||
sh './mvnw sonar:sonar -Dsonar.java.binaries=target/classes -Dsonar.host-url=http://devops1-sonarqube-1:9000/ -Dsonar.login=admin -Dsonar.password=password'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue