Server-side hooks executed on Gerrit events.

Clone this repo:
  1. 83d5aae Update docs to mention GERRIT_SITE env variable by Martin Fick · 7 months ago master v3.12.0-rc0 v3.12.0-rc1 v3.12.0-rc2 v3.12.0-rc3 v3.12.0-rc4 v3.12.0-rc5
  2. 4f43f5d Print hook stdout/stderr in case of a non-zero exit code by Saša Živkov · 11 months ago v3.11.0 v3.11.0-rc0 v3.11.0-rc1 v3.11.0-rc2 v3.11.0-rc3 v3.11.0-rc4 v3.11.0-rc5 v3.11.1 v3.11.2 v3.11.3
  3. 41c3ad1 Resolve relative hooks.path against $site_path, not cwd of the process by Saša Živkov · 1 year, 1 month ago
  4. f975f91 Use Path.of() instead of Paths.get() by Edwin Kempin · 1 year, 3 months ago v3.10.0 v3.10.0-rc0 v3.10.0-rc1 v3.10.0-rc2 v3.10.0-rc3 v3.10.0-rc4 v3.10.0-rc5 v3.10.0-rc6 v3.10.0-rc7 v3.10.1 v3.10.2 v3.10.3 v3.10.4 v3.10.5 v3.10.6
  5. 3007362 Annotate methods that return a definitely null value with @Nullable by Edwin Kempin · 2 years, 7 months ago v3.6.3 v3.6.4 v3.6.5 v3.6.6 v3.6.7 v3.6.8 v3.7.0 v3.7.0-rc5 v3.7.1 v3.7.2 v3.7.3 v3.7.4 v3.7.5 v3.7.6 v3.7.7 v3.7.8 v3.7.9 v3.8.0 v3.8.0-rc0 v3.8.0-rc1 v3.8.0-rc2 v3.8.0-rc3 v3.8.0-rc5 v3.8.1 v3.8.10 v3.8.2 v3.8.3 v3.8.4 v3.8.5 v3.8.6 v3.8.8 v3.8.9 v3.9.0 v3.9.0-rc0 v3.9.0-rc1 v3.9.0-rc2 v3.9.0-rc3 v3.9.0-rc4 v3.9.0-rc5 v3.9.0-rc6 v3.9.1 v3.9.10 v3.9.11 v3.9.2 v3.9.3 v3.9.4 v3.9.5 v3.9.6 v3.9.7 v3.9.8 v3.9.9

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.