Skip to content

Commit

Permalink
01
Browse files Browse the repository at this point in the history
  • Loading branch information
chinnagajendra committed Dec 19, 2024
1 parent 6148ddd commit 1f21187
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions azure-pipeline.yaml
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit 1f21187

Please sign in to comment.