Added: CliProjectKey to sonarcloud task

This commit is contained in:
James Flynn 2021-03-01 22:47:45 +00:00
parent eb6141f03e
commit b9a2298eec

View file

@ -24,6 +24,7 @@ jobs:
organization: 'james-flynn-ie'
scannerMode: 'CLI'
configMode: 'manual'
cliProjectKey: 'james-flynn-ie_spring-petclinic'
cliProjectName: 'spring-petclinic'
cliSources: '.'
extraProperties: 'sonar.branch.name=$(Build.SourceBranchName) sonar.language=java sonar.projectKey=james-flynn-ie_spring-petclinic'