mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Added: CliProjectKey to sonarcloud task
This commit is contained in:
parent
eb6141f03e
commit
b9a2298eec
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ jobs:
|
||||||
organization: 'james-flynn-ie'
|
organization: 'james-flynn-ie'
|
||||||
scannerMode: 'CLI'
|
scannerMode: 'CLI'
|
||||||
configMode: 'manual'
|
configMode: 'manual'
|
||||||
|
cliProjectKey: 'james-flynn-ie_spring-petclinic'
|
||||||
cliProjectName: 'spring-petclinic'
|
cliProjectName: 'spring-petclinic'
|
||||||
cliSources: '.'
|
cliSources: '.'
|
||||||
extraProperties: 'sonar.branch.name=$(Build.SourceBranchName) sonar.language=java sonar.projectKey=james-flynn-ie_spring-petclinic'
|
extraProperties: 'sonar.branch.name=$(Build.SourceBranchName) sonar.language=java sonar.projectKey=james-flynn-ie_spring-petclinic'
|
||||||
|
|
Loading…
Reference in a new issue