From a3ace47bbb22ffdd822d7e54ede7ab3c33f9c461 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Thu, 12 Dec 2024 12:05:53 +0530 Subject: [PATCH] abc --- azure-pipeline.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 azure-pipeline.yaml diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml new file mode 100644 index 000000000..734d13f0a --- /dev/null +++ b/azure-pipeline.yaml @@ -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' \ No newline at end of file