Skip to content

Commit

Permalink
Update image for CI test with latest version of plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prdhamdh committed Dec 6, 2024
1 parent da3ec7e commit 230f5c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN curl -L -o maven.tar.gz https://dlcdn.apache.org/maven/maven-3/3.8.8/binarie
RUN ./maven/bin/mvn --version && \
./maven/bin/mvn clean package

FROM registry.ci.openshift.org/origin/4.16:jenkins
FROM quay.io/prdhamdh/jenkins:plugin-dep
RUN rm /opt/openshift/plugins/openshift-sync.jpi
COPY --from=builder /java/src/github.com/openshift/jenkins-sync-plugin/target/openshift-sync.hpi /opt/openshift/plugins
RUN mv /opt/openshift/plugins/openshift-sync.hpi /opt/openshift/plugins/openshift-sync.jpi
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,6 @@
<artifactId>joda-time</artifactId>
<version>2.12.5</version>
</dependency>
<dependency>
<groupId>io.jenkins.blueocean</groupId>
<artifactId>blueocean-rest</artifactId>
<version>1.27.16</version>
</dependency>
<dependency>
<groupId>org.csanchez.jenkins.plugins</groupId>
<artifactId>kubernetes</artifactId>
<version>4290.v93ea_4b_b_26a_61</version>
</dependency>
<!-- Downgrade asm-api version from 9.7-33.x to 9.6-3.x to resolve compatibility issues with asm-util -->
<dependency>
<groupId>io.jenkins.plugins</groupId>
Expand Down

0 comments on commit 230f5c9

Please sign in to comment.