mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
debb017ccf
commit
0f941ddbc6
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -11,7 +11,7 @@ pipeline {
|
||||||
|
|
||||||
stage('sonar') {
|
stage('sonar') {
|
||||||
steps {
|
steps {
|
||||||
sh "./mvnw sonar:sonar -Dsonar.host.url=http://sonarqube_container: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