From 082448effbc602a4212ec0410313d0fe3d7e085c Mon Sep 17 00:00:00 2001 From: Tahmid Ahmed Date: Sat, 4 Jul 2026 19:05:47 -0400 Subject: [PATCH] feat(plugin): remove old github oauth plugin and use new github plugins (better github integration) --- src/gerrit/Dockerfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/gerrit/Dockerfile b/src/gerrit/Dockerfile index 86e2f8f..0d9a61d 100644 --- a/src/gerrit/Dockerfile +++ b/src/gerrit/Dockerfile @@ -9,6 +9,10 @@ USER gerrit # add plugins here ADD --chown=gerrit:gerrit \ - https://github.com/davido/gerrit-oauth-provider/releases/download/v3.13.4/gerrit-oauth-provider.jar \ - /var/gerrit/plugins/gerrit-oauth-provider.jar + https://gerrit-ci.gerritforge.com/job/plugin-github-gh-bazel-stable-3.13/lastSuccessfulBuild/artifact/bazel-bin/plugins/github/github-oauth.jar \ + /var/gerrit/lib/github-oauth.jar + +ADD --chown=gerrit:gerrit \ + https://gerrit-ci.gerritforge.com/job/plugin-github-gh-bazel-stable-3.13/lastSuccessfulBuild/artifact/bazel-bin/plugins/github/github-plugin.jar \ + /var/gerrit/plugins/github.jar