Skip to content

Commit

Permalink
Add Jenkins slave to buildslave image
Browse files Browse the repository at this point in the history
  • Loading branch information
PerilousApricot committed Feb 24, 2018
1 parent b941399 commit 74d2882
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/generate-docker-base.sh
Expand Up @@ -165,6 +165,15 @@ EOF
FROM lstore/builder:$DISTRO
MAINTAINER http://lstore.org
$JAVA_INSTALL
# Get additional Jenkins slave things
ARG VERSION=3.16
RUN curl --create-dirs -sSLo /usr/share/jenkins/slave.jar https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/${VERSION}/remoting-${VERSION}.jar \
&& chmod 755 /usr/share/jenkins \
&& chmod 644 /usr/share/jenkins/slave.jar
EOF
fi
done

0 comments on commit 74d2882

Please sign in to comment.