mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
Fix SonarQube URL - use withSonarQubeEnv auto-injection
This commit is contained in:
parent
29a462dba1
commit
478db48cd5
1 changed files with 1 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -93,9 +93,7 @@ pipeline {
|
|||
-DskipTests \
|
||||
-Dsonar.projectKey=${SONAR_PROJECT_KEY} \
|
||||
-Dsonar.projectName=${PROJECT_NAME} \
|
||||
-Dsonar.projectVersion=${BUILD_NUMBER} \
|
||||
-Dsonar.host.url=${SONAR_HOST_URL} \
|
||||
-Dsonar.token=${SONAR_AUTH_TOKEN}
|
||||
-Dsonar.projectVersion=${BUILD_NUMBER}
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue