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
a456f0866a
commit
d878676f30
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.java.binaries=target/classes -Dsonar.host-url=http://devops1-sonarqube-1:9000/ -Dsonar.login=admin -Dsonar.password=password'
|
||||
sh "./mvnw sonar:sonar -Dsonar.host.url=http://devops1-sonarqube-1:9000 -Dsonar.login=admin-Dsonar.password=password"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue