You are here

build_hooks_circleci.schema.yml in Build Hooks 3.x

modules/build_hooks_circleci/config/schema/build_hooks_circleci.schema.yml

File

modules/build_hooks_circleci/config/schema/build_hooks_circleci.schema.yml
View source
  1. build_hooks_circleci.settings:
  2. type: config_object
  3. label: 'Circle CI Build hooks settings'
  4. mapping:
  5. circleci_api_key:
  6. type: string
  7. label: 'API key'
  8. frontend_environment.settings.circleci:
  9. type: build_hooks.frontend_environment.plugin_settings
  10. mapping:
  11. branch:
  12. type: string
  13. label: 'Branch'
  14. project:
  15. type: string
  16. label: 'Project'
  17. frontend_environment.settings.circleciv2:
  18. type: build_hooks.frontend_environment.plugin_settings
  19. mapping:
  20. reference:
  21. type: string
  22. label: 'Branch or Tag'
  23. project:
  24. type: string
  25. label: 'Project'
  26. type:
  27. type: string
  28. label: 'Type'
  29. token:
  30. type: string
  31. label: 'Token'
  32. parameters:
  33. type: sequence
  34. label: 'Parameters'
  35. sequence:
  36. type: mapping
  37. mapping:
  38. name:
  39. type: string
  40. label: 'Parameter name'
  41. type:
  42. type: string
  43. label: 'Type'
  44. value:
  45. type: '[%parent.type]'
  46. label: 'Parameter value'