project-test.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "projects": {
  3. "iquizoo-service":{
  4. "projectId": "iquizoo-service",
  5. "description": "iquizoo 服务",
  6. "repo": "svn://192.168.0.214/azy/CodeRepositories/IQuizoo.Service/branches/20191118",
  7. "repoConfig":{
  8. "repoId": "svn 仓库",
  9. "repoType":1,
  10. "username":"gjs",
  11. "password":"gjs1234"
  12. },
  13. "compileConfig": {
  14. "compileId": "dotnet2.2",
  15. "appType": 2,
  16. "script": "/opt/env/dotnet/dotnet-sdk-2.2.101/dotnet publish"
  17. },
  18. "packConfig": {
  19. "packId": "docker 打包",
  20. "packType": 1,
  21. "appPath": "192.168.0.51:5000/iquizoo3x"
  22. },
  23. "notifier": {
  24. "notifierId": "ding",
  25. "notifierType": 3,
  26. "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
  27. }
  28. },
  29. "iquizoo-service-branch":{
  30. "projectId": "iquizoo-service-branch",
  31. "description": "iquizoo 服务分支版",
  32. "repo": "svn://192.168.0.214/azy/CodeRepositories/IQuizoo.Service/branches/20191118",
  33. "repoConfig":{
  34. "repoId": "svn 仓库",
  35. "repoType":1,
  36. "username":"gjs",
  37. "password":"gjs1234"
  38. },
  39. "compileConfig": {
  40. "compileId": "dotnet2.2",
  41. "appType": 2,
  42. "script": "/opt/env/dotnet/dotnet-sdk-2.2.101/dotnet publish"
  43. },
  44. "packConfig": {
  45. "packId": "docker 打包",
  46. "packType": 1,
  47. "appPath": "192.168.0.51:5000/iquizoo3x"
  48. },
  49. "notifier": {
  50. "notifierId": "ding",
  51. "notifierType": 3,
  52. "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
  53. }
  54. }
  55. }
  56. }