mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Changed: sonarcloud prep inputs updated for CLI mode
This commit is contained in:
parent
b65e7b6210
commit
713fb2a8c0
1 changed files with 3 additions and 4 deletions
|
@ -21,14 +21,13 @@ jobs:
|
|||
displayName: 'Prepare SonarCloud Code Analysis Scan'
|
||||
inputs:
|
||||
SonarCloud: 'sonarcloud-svc-connection'
|
||||
organization: 'james-flynn-ie'
|
||||
scannerMode: 'CLI'
|
||||
configMode: 'manual'
|
||||
cliProjectKey: 'spring-petclinic'
|
||||
organization: 'james-flynn-ie'
|
||||
cliProjectName: 'spring-petclinic'
|
||||
cliSources: '.'
|
||||
extraProperties:
|
||||
sonar.branch.name=$(Build.SourceBranchName)
|
||||
sonar.language=java
|
||||
extraProperties: 'sonar.branch.name=$(Build.SourceBranchName) sonar.language=java'
|
||||
|
||||
- task: Maven@3
|
||||
displayName: 'Maven Build, Test and Package'
|
||||
|
|
Loading…
Reference in a new issue