Skip to content

Commit

Permalink
WIP for #196
Browse files Browse the repository at this point in the history
Adds some of the plugins. Need to check that we have all the ones we
need.
  • Loading branch information
ivotron committed Dec 9, 2017
1 parent e9e8c90 commit 2658d2d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ci/jenkins/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM jenkins/jenkins:lts
COPY plugins.txt /usr/share/jenkins/ref/plugins.txt
RUN /usr/local/bin/install-plugins.sh < /usr/share/jenkins/ref/plugins.txt
36 changes: 36 additions & 0 deletions docs/ci/jenkins/docker/plugins.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
active-directory:latest
antisamy-markup-formatter:latest
build-name-setter:latest
build-pipeline-plugin:latest
build-timeout:latest
cloudbees-folder:latest
conditional-buildstep:latest
config-file-provider:latest
copyartifact:latest
credentials:latest
credentials-binding:latest
dashboard-view:latest
email-ext:latest
embeddable-build-status:latest
git-parameter:latest
git:latest
github-branch-source:latest
github:latest
gitlab-plugin:latest
jenkins-multijob-plugin:latest
junit:latest
lockable-resources:latest
mailer:latest
matrix-auth:latest
parameterized-trigger:latest
pipeline-github-lib:latest
pipeline-stage-view:latest
rebuild:latest
role-strategy:latest
ssh-agent:latest
throttle-concurrents:latest
timestamper:latest
warnings:latest
workflow-aggregator:latest
ws-cleanup:latest
xunit:latest

0 comments on commit 2658d2d

Please sign in to comment.