Move gcloud-pubsub-events job to events-gcloud-pubsub

The gcloud-pubsub-events plugin was originally hosted in GerritHub[1],
and then moved to gerrit-review[2] with the name of
'events-gcloud-pubsub'.

Adapt the CI to build now against the new repository.

[1]https://review.gerrithub.io/admin/repos/GerritForge/gcloud-pubsub-events
[2]https://gerrit-review.googlesource.com/admin/repos/plugins/events-gcloud-pubsub

Change-Id: I6ca044680399a7c0916c143783266ef65d90a39b
diff --git a/jenkins/gerrit-bazel-plugin-events-gcloud-pubsub.yaml b/jenkins/gerrit-bazel-plugin-events-gcloud-pubsub.yaml
new file mode 100644
index 0000000..65487cd
--- /dev/null
+++ b/jenkins/gerrit-bazel-plugin-events-gcloud-pubsub.yaml
@@ -0,0 +1,8 @@
+- project:
+    name: events-gcloud-pubsub
+    jobs:
+      - 'plugin-{name}-bazel-{branch}-{gerrit-branch}':
+          branch:
+            - master
+          gerrit-branch:
+            - stable-3.3
diff --git a/jenkins/gerrit-bazel-plugin-gcloud-pubsub-events.yaml b/jenkins/gerrit-bazel-plugin-gcloud-pubsub-events.yaml
deleted file mode 100644
index 2dfa647..0000000
--- a/jenkins/gerrit-bazel-plugin-gcloud-pubsub-events.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-- project:
-    name: gcloud-pubsub-events
-    repo: gcloud-pubsub-events
-    organization: GerritForge
-    jobs:
-      - 'plugin-{name}-gh-bazel-{branch}-{gerrit-branch}':
-          branch:
-            - master
-          gerrit-branch:
-            - stable-3.3