From f8351fc1f02338337b757454111acf55047dd05f Mon Sep 17 00:00:00 2001 From: ahmedshewikh <66251824+ahmedshewikh@users.noreply.github.com> Date: Sun, 26 Jan 2025 15:15:16 +0200 Subject: [PATCH 1/3] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..e8f3d6f54 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,22 @@ +# Maven +# Build your Java project and run tests with Apache Maven. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/java + +trigger: +- main + +pool: + vmImage: ubuntu-latest + +steps: +- task: Maven@3 + inputs: + mavenPomFile: 'pom.xml' + mavenOptions: '-Xmx3072m' + javaHomeOption: 'JDKVersion' + jdkVersionOption: '1.11' + jdkArchitectureOption: 'x64' + publishJUnitResults: true + testResultsFiles: '**/surefire-reports/TEST-*.xml' + goals: 'package' From c2c9836252cb9011370f2033605d07d9d8bef2a6 Mon Sep 17 00:00:00 2001 From: ahmedshewikh Date: Sun, 13 Apr 2025 12:38:08 +0200 Subject: [PATCH 2/3] 13-4-2025 12"37 --- 13-4-2025 | 1 + 1 file changed, 1 insertion(+) create mode 100644 13-4-2025 diff --git a/13-4-2025 b/13-4-2025 new file mode 100644 index 000000000..5900d5c82 --- /dev/null +++ b/13-4-2025 @@ -0,0 +1 @@ +13-4-2025 \ No newline at end of file From ca1a9f12505484263dcd67dc27993b399044d3fe Mon Sep 17 00:00:00 2001 From: ahmedshewikh <66251824+ahmedshewikh@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:21:55 +0200 Subject: [PATCH 3/3] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e8f3d6f54..2241fe855 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,11 @@ trigger: pool: vmImage: ubuntu-latest -steps: +steps: +- task: TerraformInstaller@1 + inputs: + terraformVersion: 'latest' + - task: Maven@3 inputs: mavenPomFile: 'pom.xml' @@ -20,3 +24,6 @@ steps: publishJUnitResults: true testResultsFiles: '**/surefire-reports/TEST-*.xml' goals: 'package' + aadSqlPassword: + aadSqlUsername: +