Skip to content

Commit

Permalink
Update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
bayudwiyansatria committed Nov 26, 2019
1 parent 15a2b6f commit ab57e14
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ steps:
displayName: 'Maven Build $(Build.BuildNumber)'
inputs:
mavenPomFile: 'pom.xml'
goals: 'package'
publishJUnitResults: false
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
testRunTitle: 'Maven Test'
codeCoverageToolOption: 'JaCoCo'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
mavenOptions: '-Xmx1024m'
mavenVersionOption: 'Default'
mavenAuthenticateFeed: false
sonarQubeRunAnalysis: false
effectivePomSkip: false
sonarQubeRunAnalysis: true
sqMavenPluginVersionChoice: 'latest'
checkStyleRunAnalysis: true
pmdRunAnalysis: true
findBugsRunAnalysis: true

0 comments on commit ab57e14

Please sign in to comment.