forked from cqframework/cql-translation-service
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pipeline.config
53 lines (53 loc) · 1.75 KB
/
pipeline.config
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
#
# (C) Copyright IBM Corp. 2021, 2021
#
# SPDX-License-Identifier: Apache-2.0
#
INSIGHTS:
ID: "9b253889-dee0-47f4-9ea0-402306239aaa"
CI:
DOCKER_IMAGE_NAME: "cohort-cql-translation-image"
UMBRELLA_REPO_PATH: "https://github.com/watson-health-cohorting/wh-cohorting-umbrella.git"
REGISTRY_NAMESPACE: "vpc-dev-cohort-rns"
POLICY_NAME: "CI"
NOLATEST: "true"
REPORT_PATH: "lcov.info"
BUILDCACHE: "false"
REPLACEARGS: "true"
# added to allow mixed case branch names (toolchains fail on mixed case branch names without this set,
# could remove when we switch to using main branch
RELEASE_NAME_NO_GIT_BRANCH: "true"
SONARQUBE_ENABLED: "false"
BUILD_FILE: "pom.xml"
BUILD_OPTIONS: "clean install"
CIVALIDATE:
BUILD_FILE: "pom.xml"
BUILD_OPTIONS: "package"
CD:
POLICY_NAME: "CD"
APP_NAME: "cohort-cql-translation-service"
# For a successful build to be promoted to Staging or Production, it is necessary to have an associated approved Service Now ticket.
# The SERVICENOW_SERVICENAME value should match the "Configuration item" as defined in the servicenow change request.
# See https://github.ibm.com/whc-toolchain/whc-commons/blob/2c9cfd2a3683dc5ba993d338f9fb0172165fb516/docs/launch/approval-gate.md
SERVICENOW_SERVICENAME: "wh-csp-core"
TILLERSERVICEACCOUNTDISABLE: "true"
HELM_TIMEOUT: "1800"
USESOURCE: "true"
USEHELMV3: "true"
# added to allow mixed case branch names (toolchains fail on mixed case branch names without this set,
# could remove when we switch to using main branch
RELEASE_NAME_NO_GIT_BRANCH : "true"
CT:
POLICY_NAME: "CT"
COT:
POLICY_NAME: "COT"
STAGECD:
POLICY_NAME: "STAGECD"
STAGECVV:
POLICY_NAME: "STAGECVV"
PRODCD:
POLICY_NAME: "PRODCD"
PRODCGL:
POLICY_NAME: "PRODCGL"
COPYCHECK:
VERSION: "cival706"