Build GerritForge's fork of high-availability

The high-availability plugin has a functionality gap regarding
the auto-reindex at startup after catastrophic failures.
The fix has been uploaded but not approved yet by the plugin's
maintainers.

Allow people to have an early view of the GerritForge's fork
and download it from Gerrit CI

Change-Id: Ia18600f7c057456cef307821e2d48bb338811211
diff --git a/jenkins/gerrit-buck-bazel-plugin-high-availability.yaml b/jenkins/gerrit-buck-bazel-plugin-high-availability.yaml
index a255e71..1863d2c 100644
--- a/jenkins/gerrit-buck-bazel-plugin-high-availability.yaml
+++ b/jenkins/gerrit-buck-bazel-plugin-high-availability.yaml
@@ -8,3 +8,6 @@
           branch:
             - master
             - stable-2.14
+      - 'plugin-{name}-gerritforge-{branch}':
+          branch:
+            - stable-2.14
diff --git a/jenkins/gerrit-plugin-high-availability-gerritforge.yaml b/jenkins/gerrit-plugin-high-availability-gerritforge.yaml
new file mode 100644
index 0000000..8b7f72c
--- /dev/null
+++ b/jenkins/gerrit-plugin-high-availability-gerritforge.yaml
@@ -0,0 +1,25 @@
+- job-template:
+    name: 'plugin-{name}-gerritforge-{branch}'
+    class: plugins
+    node: bazel-debian
+    description: "Plugin {name} {branch} branch for Gerrit {branch} - GerritForge fork\n"
+    defaults: plugin-template-bazel
+    scm:
+      - git:
+         remotes:
+           - origin:
+               url: https://github.com/GerritForge/plugins_{name}
+           - gerrit:
+               url: https://gerrit.googlesource.com/gerrit
+         branches:
+           - 'origin/{branch}'
+         skip-tag: true
+    builders:
+      - shell:
+         !include-raw: gerrit-bazel-build-plugin.sh
+      - shell:
+         !include-raw: gerrit-bazel-get-project-info.sh
+    publishers:
+      - archive:
+         artifacts: >
+           bazel-genfiles/plugins/{name}/*{name}*.jar*, bazel-genfiles/plugins/{name}/{name}.json