mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
ca055dbbe1
commit
947a740f86
1 changed files with 16 additions and 0 deletions
16
azure-pipelines.yml
Normal file
16
azure-pipelines.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
pool:
|
||||
name: azurepipeline
|
||||
Vmimage: ubuntu-latest
|
||||
trigger:
|
||||
- main
|
||||
jobs:
|
||||
- job: package
|
||||
displayName: build the package
|
||||
steps:
|
||||
- task: Maven@3
|
||||
inputs:
|
||||
mavenPOMFile: 'pom.xml'
|
||||
goals: 'package'
|
||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||
JDKVersion: '1.17'
|
Loading…
Reference in a new issue