mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 23:35:50 +00:00
Added: sonar.projectKey to extraproperties
This commit is contained in:
parent
713fb2a8c0
commit
eb6141f03e
1 changed files with 1 additions and 2 deletions
|
@ -24,10 +24,9 @@ jobs:
|
|||
organization: 'james-flynn-ie'
|
||||
scannerMode: 'CLI'
|
||||
configMode: 'manual'
|
||||
cliProjectKey: 'spring-petclinic'
|
||||
cliProjectName: 'spring-petclinic'
|
||||
cliSources: '.'
|
||||
extraProperties: 'sonar.branch.name=$(Build.SourceBranchName) sonar.language=java'
|
||||
extraProperties: 'sonar.branch.name=$(Build.SourceBranchName) sonar.language=java sonar.projectKey=james-flynn-ie_spring-petclinic'
|
||||
|
||||
- task: Maven@3
|
||||
displayName: 'Maven Build, Test and Package'
|
||||
|
|
Loading…
Reference in a new issue