The container needs jenkins-support to boot

This commit is contained in:
R. Tyler Croy 2017-12-12 16:16:46 -08:00
parent 8262092950
commit 192b34b53b
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ EXPOSE ${agent_port}
# Grab the latest jenkins.sh from the Jenkins on Docker project
RUN curl -fsSL https://github.com/jenkinsci/docker/raw/master/jenkins.sh > /usr/local/bin/jenkins.sh && \
chmod +x /usr/local/bin/jenkins.sh
RUN curl -fsSL https://github.com/jenkinsci/docker/raw/master/jenkins-support > /usr/local/bin/jenkins-support
# Ensure that all our plugins are bundled properly, along with Groovy bootstrap