-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
38 lines (38 loc) · 1.36 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
{
"server": {
"port": 10090,
"default_source_name": "source"
},
"projects": [
{
"name": "vuePlus",
"ref": "main",
"path": "/root/src/front-end/uni-vue3-ts",
"repo": "http://gitlab.workai.com.cn/zanghb/uniapp-vue3-ts.git",
"before_shell": "",
"after_shell": "./build.sh",
"notify": true,
"web_hook": "https://oapi.dingtalk.com/robot/send?access_token=65e2f1c316c8d8d25fe736730f470226bd156d7adb1d4f4e1ef1f61d9b0af1c8"
},
{
"name": "hro-expert",
"ref": "hro-expert-platform-merge",
"path": "/root/src/front-end/hro-expert",
"repo": "http://gitlab.workai.com.cn/liwei/hro-expert-platform.git",
"before_shell": "",
"after_shell": "./after.sh",
"notify": true,
"web_hook": "https://oapi.dingtalk.com/robot/send?access_token=fec8507b359b7f3687a23049a63d1886305aea30a5cafb7192ec53603444612d"
},
{
"name": "hro-school",
"ref": "hro-excellent-working-school-dev",
"path": "/root/src/front-end/hro-school",
"repo": "http://gitlab.workai.com.cn/guoms/hro-excellent-working-school.git",
"before_shell": "",
"after_shell": "./after.sh",
"notify": true,
"web_hook": "https://oapi.dingtalk.com/robot/send?access_token=fec8507b359b7f3687a23049a63d1886305aea30a5cafb7192ec53603444612d"
}
]
}