blob: 844a965de1a9ff9b89c35b7861cd814211a3c9dc [file] [log] [blame] [view]
# All-Projects configuration: @PLUGIN@.config #
Config location: `@PLUGIN@.config` on refs/meta/config branch of All-Projects.
## Example config ##
```
[EventListeners]
enabled = True
blockedRef = refs/heads/temp/*
blockedRef = ^refs/heads/user/.*
blockedProject = user/projects/*
blockedProject = top/secret/project
```
## Section "EventListeners" ##
Configuration for which Gerrit events should trigger Eiffel event creation.
### Settings ###
enabled
: Whether or not Gerrit events should trigger Eiffel event creation.
(Default: _True_).
blockedRef
: Pattern(s) that blocks event creation for all matching refs.
Supported: REGEX - if starts with "^", WILDCARD - if ends with "*", EXACT - in other cases.
blockedProject
: Pattern(s) that blocks event creation for all matching projects.
Supported: REGEX - if starts with "^", WILDCARD - if ends with "*", EXACT - in other cases.