From f809987af060ea45cc4c272c7f46df8faa96b0f0 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Mon, 16 Dec 2024 13:27:53 +0530 Subject: [PATCH] spring --- azure-pipeline.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml index 6ad2fe109..be447fc13 100644 --- a/azure-pipeline.yaml +++ b/azure-pipeline.yaml @@ -1,5 +1,5 @@ --- -pool: 'ubuntu-24.04' +pool: 'default' trigger: branches: include: @@ -9,10 +9,10 @@ stages: jobs: - job: jobbuild steps: - - task: maven@4 + - task: maven@3 inputs: - mavemPOMFile: 'pom.xml' - publishJUnitResults: 'true' - testResultFiles: 'default' - jdkVersionOption: '17' + mavemPomFile: 'pom.xml' + publishJUnitResults: true + testResultFiles: '**/TEST-*.xml' + jdkVersionOption: '21' goals: 'package' \ No newline at end of file