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
7bbbfe8c5f
commit
1a3c8e90ba
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
pool:
|
pool:
|
||||||
name: Azure Pipelines
|
name: default
|
||||||
Vmimage: ubuntu-latest
|
|
||||||
trigger:
|
trigger:
|
||||||
- main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -13,4 +12,5 @@ jobs:
|
||||||
mavenPOMFile: 'pom.xml'
|
mavenPOMFile: 'pom.xml'
|
||||||
goals: 'package'
|
goals: 'package'
|
||||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||||
JDKVersion: '1.17'
|
javaHomeOption: 'Path'
|
||||||
|
jdkDirectory: /usr/java
|
||||||
|
|
Loading…
Reference in a new issue