| 1234567891011121314151617181920212223242526 |
- {
- "projectId": "iquizoo-service",
- "description": "iquizoo 服务",
- "repo": "svn://svn.reghao.cn/CodeRepositories/IQuizoo.Service/trunk",
- "repoConfig":{
- "repoId": "svn 仓库",
- "repoType":1,
- "username":"gjs",
- "password":"gjs1234"
- },
- "compileConfig": {
- "compileId": "dotnet2.2",
- "appType": 2,
- "script": "/home/reghao/opt/env/dotnet/dotnet-sdk-2.2.101/dotnet publish"
- },
- "packConfig": {
- "packId": "docker 打包",
- "packType": 1,
- "appPath": "192.168.0.222:5000/iquizoo3x"
- },
- "notifier": {
- "notifierId": "ding",
- "notifierType": 3,
- "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
- }
- }
|