-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
54 lines (54 loc) · 1.33 KB
/
config.json
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
{
"description": "Welcome to the API Gateway Adhoc Pipeline, please select the app and env to deploy edge gateway proxy.",
"defaultBranch": "tmo/main",
"jobs": [
{
"name": "Magenta Edge Gateway",
"description": "Please select the app and environment to deploy edge gateway proxy and change request id only required for prd and prd01 deployment",
"parameters": [
{
"name": "APP_NAME",
"values": [
"auth",
"commerce",
"dam",
"dno",
"pub",
"flex",
"shop",
"mytmo",
"metro",
"storelocator",
"smp"
]
},
{
"name": "DEPLOY_ENVIRONMENT",
"values": [
"dev01",
"test",
"qlab01",
"qlab02",
"qlab03",
"qlab06",
"qlab07",
"plab01",
"stg",
"stg01",
"stg02",
"stg03",
"stg04",
"stg05",
"prd",
"prd01",
"plab"
]
},
{
"name": "CHANGE_REQUEST_ID",
"default": "NOT_SET"
}
]
}
]
}