mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
added the changes
This commit is contained in:
parent
fc442120ce
commit
2d01f6cbb2
1 changed files with 12 additions and 0 deletions
12
azure-templete/stages/jobs-template.yml
Normal file
12
azure-templete/stages/jobs-template.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
jobs:
|
||||
- job: build
|
||||
displayName: 'building using maven'
|
||||
steps:
|
||||
- task: Maven@4
|
||||
inputs:
|
||||
mavenPOMFile: 'pom.xml'
|
||||
goals: clean package
|
||||
publishjunitResults: true
|
||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||
javaHomeOption: 'JDKVersion'
|
||||
jdkVersionOption: "${{ parameters.jdkversion }}"
|
Loading…
Reference in a new issue