You are here

build_hooks_bitbucket.schema.yml in Build Hooks 8.2

modules/build_hooks_bitbucket/config/schema/build_hooks_bitbucket.schema.yml

File

modules/build_hooks_bitbucket/config/schema/build_hooks_bitbucket.schema.yml
View source
  1. build_hooks_bitbucket.settings:
  2. type: config_object
  3. label: 'Build hooks bitbucket settings'
  4. mapping:
  5. username:
  6. type: string
  7. label: 'Username'
  8. password:
  9. type: string
  10. label: 'Password'
  11. frontend_environment.settings.bitbucket:
  12. type: build_hooks.frontend_environment.plugin_settings
  13. mapping:
  14. repo:
  15. type: mapping
  16. mapping:
  17. workspace:
  18. type: string
  19. label: 'Repo Workspace'
  20. slug:
  21. type: string
  22. label: 'Repo Slug'
  23. ref:
  24. type: mapping
  25. mapping:
  26. workspace:
  27. type: string
  28. label: 'Ref type'
  29. slug:
  30. type: string
  31. label: 'Ref name'
  32. selector:
  33. type: mapping
  34. mapping:
  35. workspace:
  36. type: string
  37. label: 'Pipeline type'
  38. slug:
  39. type: string
  40. label: 'Pipeline name'