forked from hmcts/cp-framework-libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazure-pipelines.yaml
More file actions
45 lines (38 loc) · 910 Bytes
/
azure-pipelines.yaml
File metadata and controls
45 lines (38 loc) · 910 Bytes
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
name: CJS Library Build & Publish
trigger:
tags:
include:
- 'release-*'
branches:
include:
- main
paths:
include:
- '*'
pr:
- '*'
resources:
repositories:
- repository: cppAzureDevOpsTemplates
type: github
name: hmcts/cpp-azure-devops-templates
endpoint: 'hmcts'
ref: 'main'
- repository: buildSettings
type: github
name: hmcts/cp-build-settings
endpoint: 'hmcts'
ref: 'main'
pool:
name: 'MDV-ADO-AGENT-AKS-01'
demands:
- identifier -equals centos8-j17-postgres
variables:
- name: sonarqubeProject
value: "uk.gov.justice:framework-libraries"
- group: "cjs-common-platform"
stages:
- template: pipelines/cp-framework-build.yaml@cppAzureDevOpsTemplates
parameters:
sonarqube_project: ${{ variables['sonarqubeProject'] }}
coveralls_repo_token: $(cp-framework-libraries)