Build quota plugin on stable-3.10 and master vs. stable-3.13
The quota master branch is compatible with Gerrit v3.11, v3.12, and
v3.13. For building with Gerrit v3.10, a specific stable-3.10 needs to
be used to prevent breakages.
This amendment is needed to allow a green build of the quota plugin
on stable-3.10 before the final archiving on the EOL release.
Change-Id: I846cc0d9ed3310b900f1905573e0700743c9f6e8
diff --git a/jenkins/gerrit-bazel-plugin-quota.yaml b/jenkins/gerrit-bazel-plugin-quota.yaml
index 946f621..4f83000 100644
--- a/jenkins/gerrit-bazel-plugin-quota.yaml
+++ b/jenkins/gerrit-bazel-plugin-quota.yaml
@@ -1,11 +1,14 @@
- project:
name: quota
jobs:
+ - 'plugin-{name}-bazel-{branch}':
+ branch:
+ - master
+ - stable-3.10
- 'plugin-{name}-bazel-{branch}-{gerrit-branch}':
branch:
- master
gerrit-branch:
- - master
- - stable-3.10
- - stable-3.11
+ - stable-3.13
- stable-3.12
+ - stable-3.11