Skip to content

Commit

Permalink
Update Jenkins Plugin Installation Manager tool from 2.0.1 to 2.1.3 (#…
Browse files Browse the repository at this point in the history
…425)

* Update Jenkins Plugin Installation Manager tool to 2.0.3

* Update the download URL for plugin installation manager

* Corrent Plugin Installation Manager version is 2.1.3
  • Loading branch information
oleg-nenashev authored Nov 24, 2020
1 parent 26c54be commit 8a0c07e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packaging/docker/unix/adoptopenjdk-11-hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ ENV JDK_11 true

ENV JENKINS_UC https://updates.jenkins.io
ENV CASC_JENKINS_CONFIG /usr/share/jenkins/ref/casc
ENV JENKINS_PM_VERSION 2.0.1
ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/plugin-management-parent-pom-$JENKINS_PM_VERSION/jenkins-plugin-manager-$JENKINS_PM_VERSION.jar
ENV JENKINS_PM_VERSION 2.1.3
ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${JENKINS_PM_VERSION}/jenkins-plugin-manager-${JENKINS_PM_VERSION}.jar

USER root
RUN mkdir -p /app /usr/share/jenkins/ref/plugins /usr/share/jenkins/ref/casc /app/bin \
Expand Down
5 changes: 3 additions & 2 deletions packaging/docker/unix/adoptopenjdk-11-jre-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ RUN echo "Optimizing plugins..." && \
FROM adoptopenjdk/openjdk11:jre-11.0.7_10-alpine
ENV JENKINS_UC https://updates.jenkins.io
ENV CASC_JENKINS_CONFIG /usr/share/jenkins/ref/casc
ENV JENKINS_PM_VERSION 2.0.1
ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/plugin-management-parent-pom-$JENKINS_PM_VERSION/jenkins-plugin-manager-$JENKINS_PM_VERSION.jar
ENV JENKINS_PM_VERSION 2.1.3
ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${JENKINS_PM_VERSION}/jenkins-plugin-manager-${JENKINS_PM_VERSION}.jar

USER root
RUN apk add --update --no-cache wget git \
&& mkdir -p /app /usr/share/jenkins/ref/plugins /usr/share/jenkins/ref/casc /app/bin \
Expand Down
5 changes: 3 additions & 2 deletions packaging/docker/unix/adoptopenjdk-8-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ RUN echo "Optimizing plugins..." && \
FROM adoptopenjdk/openjdk8:jdk8u252-b09-alpine
ENV JENKINS_UC https://updates.jenkins.io
ENV CASC_JENKINS_CONFIG /usr/share/jenkins/ref/casc
ENV JENKINS_PM_VERSION 2.0.1
ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/plugin-management-parent-pom-$JENKINS_PM_VERSION/jenkins-plugin-manager-$JENKINS_PM_VERSION.jar
ENV JENKINS_PM_VERSION 2.1.3
ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${JENKINS_PM_VERSION}/jenkins-plugin-manager-${JENKINS_PM_VERSION}.jar

USER root
RUN apk add --update --no-cache wget git \
&& mkdir -p /app /usr/share/jenkins/ref/plugins /usr/share/jenkins/ref/casc /app/bin \
Expand Down
5 changes: 3 additions & 2 deletions packaging/docker/unix/adoptopenjdk-8-hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ RUN apt-get update && apt-get install wget && rm -rf /var/lib/apt/lists/*

ENV JENKINS_UC https://updates.jenkins.io
ENV CASC_JENKINS_CONFIG /usr/share/jenkins/ref/casc
ENV JENKINS_PM_VERSION 2.0.1
ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/plugin-management-parent-pom-$JENKINS_PM_VERSION/jenkins-plugin-manager-$JENKINS_PM_VERSION.jar
ENV JENKINS_PM_VERSION 2.1.3
ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${JENKINS_PM_VERSION}/jenkins-plugin-manager-${JENKINS_PM_VERSION}.jar

USER root
RUN mkdir -p /app /usr/share/jenkins/ref/plugins /usr/share/jenkins/ref/casc /app/bin \
&& echo "jenkins: {}" >/usr/share/jenkins/ref/casc/jenkins.yaml \
Expand Down

0 comments on commit 8a0c07e

Please sign in to comment.