[CJP-6438] bump jenkins remoting jar from 3.4 to 3.5

This commit is contained in:
Cyrille Le Clerc 2017-02-21 16:57:41 +01:00
parent 6256df44aa
commit 06fe2b6a16
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 \