This commit is contained in:
gajendrachinna 2024-12-17 09:34:37 +05:30
parent 22caee3d03
commit 6781360ed6

18
src/azure-pipeline.yaml Normal file
View 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: '21'
goals: package