devlake-config 插件

TODO(dtm): 在这里添加文档.

用例

YAML

  1. tools:
  2. # name of the tool
  3. - name: devlake-config
  4. # id of the tool instance
  5. instanceID: default
  6. # format: name.instanceID; If specified, dtm will make sure the dependency is applied first before handling this tool.
  7. dependsOn: [ ]
  8. # options for the plugin
  9. options:
  10. devlakeAddr: http://127.0.0.1:1234
  11. plugins:
  12. - name: github
  13. connections:
  14. - name: "default"
  15. endpoint: "https://github.com/changeme/changeme"
  16. proxy: ""
  17. rateLimitPerHour: 0
  18. auth:
  19. token: "xxx"
  20. - name: jira
  21. connections:
  22. - name: "default"
  23. endpoint: "https://changeme.atlassian.net"
  24. proxy: ""
  25. rateLimitPerHour: 0
  26. auth:
  27. username: "changeme"
  28. password: "changeme"