v2.15.19
Allow to configure the number of hook execution workers

Allow to configure the number of workers with hooks.executorThreads.

Default to 1 if not set, keeping the same behavior as before.

Bug: Issue 10823
Change-Id: I688b88651822e7eee4a81414ffb594a915b382fd
2 files changed
tree: 55229b96291eda442ebd3e817d1eff56d5a0457f
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
README.md

Hooks plugin

Gerrit does not support the standard server-side git hooks in the repositories it manages.

This plugin adds support for custom hooks that can be run instead. Refer to the configuration documentation and list of supported hooks for details.