Fix building the owners plugin bazel file

the files were renamed to drop the gerrit prefix.

This only drops the gerrit prefix for the bazel builds.

See https://gerrit-review.googlesource.com/#/c/94812/ please.

and see it failing here
https://gerrit-ci.gerritforge.com/job/plugin-owners-bazel-master/1/console
please.

Change-Id: I1da80d43e54e30734c44c9f636dac4de6e2d1477
diff --git a/jenkins/gerrit-buck-bazel-plugin-owners.yaml b/jenkins/gerrit-buck-bazel-plugin-owners.yaml
index e875dee..030fdb3 100644
--- a/jenkins/gerrit-buck-bazel-plugin-owners.yaml
+++ b/jenkins/gerrit-buck-bazel-plugin-owners.yaml
@@ -1,13 +1,14 @@
 - project:
     name: owners
-    targets: 'plugins/owners/gerrit-owners:owners plugins/owners/gerrit-owners-autoassign:owners-autoassign'
     jobs:
       - 'plugin-{name}-{branch}':
+          targets: 'plugins/owners/gerrit-owners:owners plugins/owners/gerrit-owners-autoassign:owners-autoassign'
           branch:
             - stable-2.13
             - stable-2.11
             - stable-2.10
       - 'plugin-{name}-bazel-{branch}':
+          targets: 'plugins/owners plugins/owners-autoassign'
           branch:
             - master