mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 08:05:50 +00:00
Removed: sonarcloud analyse, enables with Maven task instead
This commit is contained in:
parent
73bff7e33d
commit
1b9bbdf7a4
1 changed files with 9 additions and 9 deletions
|
@ -29,18 +29,18 @@ jobs:
|
||||||
displayName: 'Maven Build, Test and Package'
|
displayName: 'Maven Build, Test and Package'
|
||||||
inputs:
|
inputs:
|
||||||
mavenPomFile: 'pom.xml'
|
mavenPomFile: 'pom.xml'
|
||||||
mavenOptions: '-Xmx3072m'
|
publishJUnitResults: true
|
||||||
|
testResultsFiles: '**/TEST-*.xml'
|
||||||
|
testRunTitle: '$(Build.BuildNumber)'
|
||||||
javaHomeOption: 'JDKVersion'
|
javaHomeOption: 'JDKVersion'
|
||||||
jdkVersionOption: '1.11'
|
jdkVersionOption: '1.11'
|
||||||
jdkArchitectureOption: 'x64'
|
mavenVersionOption: 'Default'
|
||||||
publishJUnitResults: true
|
mavenOptions: '-Xmx3072m'
|
||||||
testRunTitle: '$(Build.BuildNumber)'
|
mavenAuthenticateFeed: false
|
||||||
testResultsFiles: '**/TEST-*.xml'
|
effectivePomSkip: false
|
||||||
goals: 'package'
|
sonarQubeRunAnalysis: true
|
||||||
|
sqMavenPluginVersionChoice: 'latest'
|
||||||
|
|
||||||
- task: SonarCloudAnalyze@1
|
|
||||||
displayName: 'Run SonarCloud Code Analysis'
|
|
||||||
|
|
||||||
- task: SonarCloudPublish@1
|
- task: SonarCloudPublish@1
|
||||||
displayName: 'Publish Quality Gate Result on SonarCloud'
|
displayName: 'Publish Quality Gate Result on SonarCloud'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue