-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathkerrokantasi-ui-review.yml
More file actions
58 lines (54 loc) · 1.86 KB
/
kerrokantasi-ui-review.yml
File metadata and controls
58 lines (54 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# Review pipeline. Run build and deploy for Platta dev environments.
# Pipeline runs different tests e.g. unittest and browser tests.
#
# Continuous integration (CI) triggers cause a pipeline to run whenever you push
# an update to the specified branches or you push specified tags.
# only PR trigger pipeline
trigger: none
# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
# opened with one of the specified target branches, or when updates are made to
# such a pull request.
#
# GitHub creates a new ref when a pull request is created. The ref points to a
# merge commit, which is the merged code between the source and target branches
# of the pull request.
#
# Pull request validation
pr:
# PR target branch
branches:
include:
- main
paths:
exclude:
- '*release-please*'
- '*.md'
- '.github/'
- 'pipelines/kerrokantasi-ui-release.yml'
- 'pipelines/kerrokantasi-ui-dev.yml'
- 'docker-compose*'
# By default, use self-hosted agents
pool: Default
resources:
repositories:
# Azure DevOps repository
- repository: kerrokantasi-pipelines
type: git
# Azure DevOps project/repository
name: kerrokantasi/kerrokantasi-pipelines
ref: refs/heads/Ui-nginx-port
extends:
# Filename in Azure DevOps Repository
template: components/kerrokantasi-ui/pipelines/kerrokantasi-ui-review.yml@kerrokantasi-pipelines
# parameters:
# Application build arguments and config map values as key value pairs.
# Does not contain all buildArguments or configMap values, the rest located in kerrokantasi-pipelines
# Default value to nodeVersion is set on template.
# The values here will override the values defined in the kerrokantasi-pipelines repository
# buildArgs:
# DEBUG: 1
# configMap: # pod environment variables
# DEBUG: 1
## Used tool version
# nodeVersion: 18