mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
7bb163fced
commit
a456f0866a
1 changed files with 0 additions and 3 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -11,10 +11,7 @@ pipeline {
|
||||||
|
|
||||||
stage('sonar') {
|
stage('sonar') {
|
||||||
steps {
|
steps {
|
||||||
withSonarQubeEnv(installationName:'sonar-1')
|
|
||||||
{
|
|
||||||
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.java.binaries=target/classes -Dsonar.host-url=http://devops1-sonarqube-1:9000/ -Dsonar.login=admin -Dsonar.password=password'
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue