Merge pull request #10 from cyrille-leclerc/CJP-6438

[CJP-6438] bump jenkins remoting jar from 3.4 to 3.5
This commit is contained in:
Cyrille Le Clerc 2017-02-21 22:12:27 +01:00 committed by GitHub
commit d5ce1366cf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM cloudbees/java-build-tools
USER root
ARG JENKINS_REMOTING_VERSION=3.4
ARG JENKINS_REMOTING_VERSION=3.5
# See https://github.com/jenkinsci/docker-slave/blob/2.62/Dockerfile#L32
RUN curl --create-dirs -sSLo /usr/share/jenkins/slave.jar https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/$JENKINS_REMOTING_VERSION/remoting-$JENKINS_REMOTING_VERSION.jar \