-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTemplate_Docs.json
55 lines (55 loc) · 2.03 KB
/
Template_Docs.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
55
{
"partnerName": "docs",
"ci": {
"repoUrl": "https://mseng.visualstudio.com/VSChina/_git/Template.Docs",
"credentialId": "9d3a4cd4-baf9-4db0-a8f0-eeaa918104d7",
"mailGroup": "t-chenl@microsoft.com",
"labelExpression": "mono_slave"
},
"opbuild": {
"repoUrl": "https://mseng.visualstudio.com/VSChina/_git/Docs.E2E",
"credentialId": "9d3a4cd4-baf9-4db0-a8f0-eeaa918104d7",
"mailGroup": "t-chenl@microsoft.com",
"labelExpression": "mono_slave",
"branchMapping": {
"develop": {
"contentBranch": "docs_develop_e2e",
"opbuildEnv": "sandbox"
},
"release": {
"contentBranch": "docs_release_e2e",
"opbuildEnv": "prod"
},
"hotfix": {
"contentBranch": "docs_hotfix_e2e",
"opbuildEnv": "prod"
}
}
},
"e2e":{
"repoUrl": "https://mseng.visualstudio.com/VSChina/_git/Docs.E2E",
"credentialId": "9d3a4cd4-baf9-4db0-a8f0-eeaa918104d7",
"mailGroup": "t-chenl@microsoft.com",
"labelExpression": "e2e_slave",
"branchMapping": {
"develop": {
"sourceBranch": "develop",
"baseUrl": "https://docspilot.azurewebsites.net",
"configFile": "test/Docs/protractor.config.js",
"contentBranch": "docs_develop_e2e"
},
"release": {
"sourceBranch": "develop",
"baseUrl": "https://stage.docs.microsoft.com",
"configFile": "test/Docs/protractor.config.js",
"contentBranch": "docs_release_e2e"
},
"hotfix": {
"sourceBranch": "master",
"baseUrl": "https://stage.docs.microsoft.com",
"configFile": "test/Docs/protractor.config.js",
"contentBranch": "docs_hotfix_e2e"
}
}
}
}