Skip to content

Instantly share code, notes, and snippets.

@warhod
Created January 16, 2019 02:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save warhod/ca2cc93224d42f08ab337c613a9e1a44 to your computer and use it in GitHub Desktop.
######## Dockerfile - Plugin Setup #############
# Install the specified plugins
COPY plugins.txt $JENKINS_DIR/plugins.txt
RUN /usr/local/bin/install-plugins.sh < $JENKINS_DIR/plugins.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment