Skip to content

Commit

Permalink
Upda the demo to the recent core build version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed May 30, 2020
1 parent 122ed56 commit 57b5839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM onenashev/demo-jenkins-config-as-code
# Override the Jenkins core by the incrementals or SNAPSHOT version
# ARG JENKINS_INCREMENTALS_VERSION=2.239-rc29973.611f6ad476ff
# ENV JENKINS_URL https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/main/jenkins-war/${JENKINS_INCREMENTALS_VERSION}/jenkins-war-${JENKINS_INCREMENTALS_VERSION}.war
ENV JENKINS_URL https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/main/jenkins-war/2.239-SNAPSHOT/jenkins-war-2.239-20200528.073947-2.war
ENV JENKINS_URL https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/main/jenkins-war/2.239-SNAPSHOT/jenkins-war-2.239-20200529.215105-3.war

USER root
RUN wget $JENKINS_URL -O /usr/share/jenkins/jenkins.war
Expand Down

0 comments on commit 57b5839

Please sign in to comment.