Skip to content

Commit

Permalink
fix: temporarily remove events-log plugin in 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtin committed May 24, 2023
1 parent a7273ab commit df7de05
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ ENV GERRITFORGE_ARTIFACT_DIR=lastSuccessfulBuild/artifact/bazel-bin/plugins

#events-log
#This plugin is required by gerrit-trigger plugin of Jenkins.
RUN curl -fSsL \
${GERRITFORGE_URL}/job/plugin-events-log-bazel-master-stable-${PLUGIN_VERSION}/${GERRITFORGE_ARTIFACT_DIR}/events-log/events-log.jar \
-o ${GERRIT_HOME}/events-log.jar
# Not ready for 3.8
#RUN curl -fSsL \
# ${GERRITFORGE_URL}/job/plugin-events-log-bazel-master-stable-${PLUGIN_VERSION}/${GERRITFORGE_ARTIFACT_DIR}/events-log/events-log.jar \
# -o ${GERRIT_HOME}/events-log.jar

#oauth2
RUN curl -fSsL \
Expand Down

0 comments on commit df7de05

Please sign in to comment.