diff --git a/backend/azure-pipelines-build-test-staging.yml b/backend/azure-pipelines-build-test-staging.yml new file mode 100644 index 000000000..4c21e282e --- /dev/null +++ b/backend/azure-pipelines-build-test-staging.yml @@ -0,0 +1,32 @@ +# Continuous integration (CI) triggers cause a pipeline to run whenever you push +# an update to the specified branches or you push specified tags. +# trigger: +# batch: true +# branches: +# include: +# - master +# paths: +# exclude: +# - README.md +trigger: + tags: + include: + - v* + +# Opt out of pull request validation +pr: none + +# By default, use self-hosted agents +pool: Default + +resources: + repositories: + # Azure DevOps repository + - repository: hitastj-pipelines + type: git + # Azure DevOps project/repository + name: hitastj/hitastj-pipelines + +extends: + # Filename in Azure DevOps Repository (note possible -ui or -api) + template: azure-pipelines-build-hitastj-api-test-staging.yml@hitastj-pipelines diff --git a/frontend/azure-pipelines-build-test-staging.yml b/frontend/azure-pipelines-build-test-staging.yml new file mode 100644 index 000000000..81df92f05 --- /dev/null +++ b/frontend/azure-pipelines-build-test-staging.yml @@ -0,0 +1,32 @@ +# Continuous integration (CI) triggers cause a pipeline to run whenever you push +# an update to the specified branches or you push specified tags. +# trigger: +# batch: true +# branches: +# include: +# - master +# paths: +# exclude: +# - README.md +trigger: + tags: + include: + - v* + +# Opt out of pull request validation +pr: none + +# By default, use self-hosted agents +pool: Default + +resources: + repositories: + # Azure DevOps repository + - repository: hitastj-pipelines + type: git + # Azure DevOps project/repository + name: hitastj/hitastj-pipelines + +extends: + # Filename in Azure DevOps Repository (note possible -ui or -api) + template: azure-pipelines-build-hitastj-ui-test-staging.yml@hitastj-pipelines