mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:55:50 +00:00
spring
This commit is contained in:
parent
02ccd8e072
commit
f809987af0
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
pool: 'ubuntu-24.04'
|
pool: 'default'
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
|
@ -9,10 +9,10 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
- job: jobbuild
|
- job: jobbuild
|
||||||
steps:
|
steps:
|
||||||
- task: maven@4
|
- task: maven@3
|
||||||
inputs:
|
inputs:
|
||||||
mavemPOMFile: 'pom.xml'
|
mavemPomFile: 'pom.xml'
|
||||||
publishJUnitResults: 'true'
|
publishJUnitResults: true
|
||||||
testResultFiles: 'default'
|
testResultFiles: '**/TEST-*.xml'
|
||||||
jdkVersionOption: '17'
|
jdkVersionOption: '21'
|
||||||
goals: 'package'
|
goals: 'package'
|
Loading…
Reference in a new issue