Hi, I run the OpenBMC gerrit server over at https://gerrit.openbmc.orgI build a docker container and I install the plugins when I build the container. Previously I had this in the script:
RUN cd ${g_gerrit_dir}/lib/ && wget https://gerrit-ci.gerritforge.com/job/plugin-github-mvn-stable-3.8/lastSuccessfulBuild/artifact/github-oauth/target/github-oauth-3.8.0.jar
RUN cd ${g_gerrit_dir}/plugins/ && wget https://gerrit-ci.gerritforge.com/job/plugin-github-mvn-stable-3.8/lastSuccessfulBuild/artifact/github-plugin/target/github-plugin-3.8.0.jarIt seems after 3.8, these plugins stopped being built? Browsing via https://gerrit-ci.gerritforge.com/plugin-manager/ does not show them for download.I've just used these older 3.8 plugins for my 3.9 and 3.10 updates but as I look at the new java update requirements I'm getting a bit concerned this will no longer work.I know there was some issues recently with the licensing of this plugin but it's not clear to me what that means? https://gerrit.googlesource.com/gerrit-ci-scripts/+/refs/heads/master/jenkins/gerrit-bazel-plugin-github.yaml appears to have it, at least for 3.13 and master but I can't find those either.
Gerrit 3.8 has been end of life for a while, therefore the plugins for it(and 3.9 and 3.10) will be on the archive-ci at [1].
Only the last 3 versions of Gerrit and its plugins are kept on on the gerrit-ci.gerritforge.
Interesting, I also see the download link is missing, I'll see if I can look into it.Thanks for highlighting it.