mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
0919fa26ba
commit
f9bddd36d2
1 changed files with 10 additions and 1 deletions
|
@ -7,7 +7,16 @@ jobs:
|
||||||
- job: "gradle"
|
- job: "gradle"
|
||||||
displayName: "gradle job"
|
displayName: "gradle job"
|
||||||
steps:
|
steps:
|
||||||
- script: './gradlew build'
|
- task: Gradle@3
|
||||||
|
inputs:
|
||||||
|
gradleWrapperFile: 'gradlew'
|
||||||
|
workingDirectory: 'springpetclinic/'
|
||||||
|
tasks: 'build'
|
||||||
|
publishJUnitResults: true
|
||||||
|
testResultsFiles: '**/TEST-*.xml'
|
||||||
|
javaHomeOption: 'JDKVersion'
|
||||||
|
sonarQubeRunAnalysis: false
|
||||||
|
spotBugsAnalysis: false
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue