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
63596832c9
commit
debb017ccf
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -11,7 +11,7 @@ pipeline {
|
|||
|
||||
stage('sonar') {
|
||||
steps {
|
||||
sh "./mvnw sonar:sonar -Dsonar.host.url=http://devops1-sonarqube-1:9000 -Dsonar.login=admin -Dsonar.password=admin"
|
||||
sh "./mvnw sonar:sonar -Dsonar.host.url=http://sonarqube_container:9000 -Dsonar.login=admin -Dsonar.password=admin"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue