-
Notifications
You must be signed in to change notification settings - Fork 332
/
ci.json
61 lines (61 loc) · 1.25 KB
/
ci.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
56
57
58
59
60
61
{
"pkg": {
"xuanxuan": {
"gitVersion": "78d92ad400d384dae664112fca03b6c599ce0e5e",
"version": "9.2.1"
},
"zentaoext": {
"gitRepo": "zentao/zentaoext"
},
"devops": {
"gitRepo": "zentao/devops"
},
"downgrade": {
"gitRepo": "ci/zentaopms-downgrade"
},
"downgradeExt": {
"gitRepo": "ci/zentaoext-downgrade"
},
"blocksuite": {
"version": "0.17.33"
}
},
"image": {
"phpversion": "8.1.29",
"public": {
"namespace": {
"release": "app",
"snapshot": "test"
}
},
"internal": {
"namespace": {
"release": "app",
"snapshot": "test"
}
}
},
"downgrade": {
"versions": "8.1,7.2,7.1,7.0"
},
"upload": {
"bucket": "download",
"nexus": {
"release": "easycorp",
"snapshot": "easycorp-snapshot",
"source": "easycorp-source"
}
},
"push_version": "true",
"deploy": {
"zentaopaas": {
"enabled": true,
"server": "https://b7du.corp.cc"
}
},
"notice": {
"users": "qishiyao,hufangzhou,zhujinyong,caoyanyi",
"groups": "38a4e39b-df5d-4606-a988-e22673bdc358",
"groups2": "38a4e39b-df5d-4606-a988-e22673bdc358,6f5bb3f5-f4e3-4f67-963e-0cc9d59ad3c7"
}
}