Skip to content

Instantly share code, notes, and snippets.

@stain
Created March 16, 2015 11:53
Show Gist options
  • Save stain/65de630694fa3bdca84d to your computer and use it in GitHub Desktop.
Save stain/65de630694fa3bdca84d to your computer and use it in GitHub Desktop.
FROM jenkins
COPY plugins.txt /usr/share/jenkins/plugins.txt
RUN /usr/local/bin/plugins.sh /usr/share/jenkins/plugins.txt
USER root
RUN zip -d /usr/share/jenkins/jenkins.war WEB-INF/plugins/subversion.hpi
USER jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment