diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml new file mode 100644 index 00000000000..e445512067e --- /dev/null +++ b/azure-pipeline.yaml @@ -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 + + diff --git a/test.py b/test.py new file mode 100644 index 00000000000..b93e90e2dc1 --- /dev/null +++ b/test.py @@ -0,0 +1,6 @@ +this is only for testing purpose +akakdma +akxjklm + + +