| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "appId":"content",
- "env":"test",
- "description":"内容服务",
- "alwaysBuild":true,
- "enable":true,
- "appType":"dotnetCore",
- "appRepo":"https://codeup.aliyun.com/5f1f8daf6207a1a8b17f6742/background/ContentService.git",
- "branch":"develop",
- "dirname":"ContentService",
- "compileHome":"",
- "buildConfigVO":{
- "repo":"git-codeup",
- "compiler":"dotnet5-dev",
- "packer":"docker-dev"
- },
- "deployConfigs":[
- {
- "machineId": "5d1a727991f34d3a9c1220a1899e6ebd",
- "packerType":"docker"
- }
- ],
- "runningConfig":{
- "httpPort":8002,
- "healthCheck":"/health",
- "logs":[
- {
- "type":"console",
- "level":"error"
- },
- {
- "type":"file",
- "level":"info"
- }
- ]
- },
- "notifier":"ding-dev"
- }
|