mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
01
This commit is contained in:
parent
6148ddd967
commit
1f21187fcb
1 changed files with 18 additions and 0 deletions
18
azure-pipeline.yaml
Normal file
18
azure-pipeline.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
pool: default
|
||||||
|
trigger:
|
||||||
|
- main
|
||||||
|
stages:
|
||||||
|
- stage: build
|
||||||
|
jobs:
|
||||||
|
- job: jobbuild
|
||||||
|
steps:
|
||||||
|
- task: maven@4
|
||||||
|
inputs:
|
||||||
|
mavemPOMFile: pom.xml
|
||||||
|
publishJUnitResults: true
|
||||||
|
testResultFiles: '**/surefire-reports/TEST-*.xml'
|
||||||
|
jdkVersionOption: '1.17'
|
||||||
|
goals: validate
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue