Skip to content

Commit

Permalink
Merge pull request #241 from iivoraitahila/ARO-1543-triggers
Browse files Browse the repository at this point in the history
ARO-1543 new pipelines
  • Loading branch information
matti-lamppu authored Mar 8, 2023
2 parents 1ee1a36 + 9d3a2c7 commit 7cb219d
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
32 changes: 32 additions & 0 deletions backend/azure-pipelines-build-test-staging.yml
Original file line number Diff line number Diff line change
@@ -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
32 changes: 32 additions & 0 deletions frontend/azure-pipelines-build-test-staging.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7cb219d

Please sign in to comment.