From 4352f95a7d1ec17d95a5f87a95f2bb98265fc168 Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Tue, 7 Jan 2020 14:16:50 +1100 Subject: [PATCH] Added basic CI file for spring boot. --- sdk/spring/ci.yml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 sdk/spring/ci.yml diff --git a/sdk/spring/ci.yml b/sdk/spring/ci.yml new file mode 100644 index 000000000000..1e60c2d535b3 --- /dev/null +++ b/sdk/spring/ci.yml @@ -0,0 +1,43 @@ +# DO NOT EDIT THIS FILE +# This file is generated automatically and any changes will be lost. + +resources: + repositories: + - repository: azure-sdk-build-tools + type: git + name: internal/azure-sdk-build-tools + - repository: azure-sdk-tools + type: github + name: Azure/azure-sdk-tools + endpoint: azure + + trigger: + branches: + include: + - master + - feature/* + - hotfix/* + - release/* + paths: + include: + - sdk/spring/ + + pr: + branches: + include: + - master + - feature/* + - hotfix/* + - release/* + paths: + include: + - sdk/spring/ + + stages: + - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml + parameters: + ServiceDirectory: spring + Artifacts: + - name: azure-spring-something + safeName: azurespringsomething + stagingProfileId: 88192f04117501 \ No newline at end of file