This commit is contained in:
gajendrachinna 2024-12-12 12:05:53 +05:30
parent 22caee3d03
commit a3ace47bbb

18
azure-pipeline.yaml Normal file
View file

@ -0,0 +1,18 @@
---
pool: 'ubuntu-24.04'
trigger:
branches:
include:
- main
stages:
- stage: build
jobs:
- job: jobbuild
steps:
- task: maven@4
inputs:
mavemPOMFile: 'pom.xml'
publishJUnitResults: 'true'
testResultFiles: 'default'
jdkVersionOption: '1.17'
goals: 'pacakge'