build_hooks_bitbucket.schema.yml in Build Hooks 8.2
Same filename and directory in other branches
modules/build_hooks_bitbucket/config/schema/build_hooks_bitbucket.schema.yml
File
modules/build_hooks_bitbucket/config/schema/build_hooks_bitbucket.schema.ymlView source
- build_hooks_bitbucket.settings:
- type: config_object
- label: 'Build hooks bitbucket settings'
- mapping:
- username:
- type: string
- label: 'Username'
- password:
- type: string
- label: 'Password'
-
- frontend_environment.settings.bitbucket:
- type: build_hooks.frontend_environment.plugin_settings
- mapping:
- repo:
- type: mapping
- mapping:
- workspace:
- type: string
- label: 'Repo Workspace'
- slug:
- type: string
- label: 'Repo Slug'
- ref:
- type: mapping
- mapping:
- workspace:
- type: string
- label: 'Ref type'
- slug:
- type: string
- label: 'Ref name'
- selector:
- type: mapping
- mapping:
- workspace:
- type: string
- label: 'Pipeline type'
- slug:
- type: string
- label: 'Pipeline name'