mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +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'
|
organization: 'james-flynn-ie'
|
||||||
scannerMode: 'CLI'
|
scannerMode: 'CLI'
|
||||||
configMode: 'manual'
|
configMode: 'manual'
|
||||||
cliProjectKey: 'spring-petclinic'
|
|
||||||
cliProjectName: 'spring-petclinic'
|
cliProjectName: 'spring-petclinic'
|
||||||
cliSources: '.'
|
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
|
- task: Maven@3
|
||||||
displayName: 'Maven Build, Test and Package'
|
displayName: 'Maven Build, Test and Package'
|
||||||
|
|
Loading…
Reference in a new issue