Created
April 11, 2018 06:43
-
-
Save valentinbud/b9f8b3dae948b390d648524234dd9960 to your computer and use it in GitHub Desktop.
docker-jenkins-master
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM jenkins/jenkins:lts-alpine | |
COPY plugins.txt /usr/share/jenkins/ref/plugins.txt | |
RUN /usr/local/bin/install-plugins.sh < /usr/share/jenkins/ref/plugins.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ace-editor | |
ansicolor | |
ant | |
antisamy-markup-formatter | |
apache-httpcomponents-client-4-api | |
authentication-tokens | |
badge | |
bouncycastle-api | |
branch-api | |
build-timeout | |
cloudbees-folder | |
cobertura | |
command-launcher | |
credentials | |
credentials-binding | |
cucumber-reports | |
description-setter | |
display-url-api | |
docker-commons | |
docker-workflow | |
durable-task | |
email-ext | |
git | |
git-client | |
git-server | |
github | |
github-api | |
github-branch-source | |
gitlab-plugin | |
gradle | |
groovy-postbuild | |
handlebars | |
htmlpublisher | |
jackson2-api | |
javadoc | |
job-dsl | |
jquery | |
jquery-detached | |
jsch | |
junit | |
kubernetes | |
kubernetes-credentials | |
ldap | |
mailer | |
mapdb-api | |
mask-passwords | |
matrix-auth | |
matrix-project | |
maven-plugin | |
momentjs | |
pam-auth | |
pipeline-build-step | |
pipeline-github-lib | |
pipeline-graph-analysis | |
pipeline-input-step | |
pipeline-milestone-step | |
pipeline-model-api | |
pipeline-model-declarative-agent | |
pipeline-model-definition | |
pipeline-model-extensions | |
pipeline-rest-api | |
pipeline-stage-step | |
pipeline-stage-tags-metadata | |
pipeline-stage-view | |
plain-credentials | |
quality-gates | |
rebuild | |
resource-disposer | |
scm-api | |
script-security | |
sonar | |
ssh-credentials | |
ssh-slaves | |
structs | |
subversion | |
timestamper | |
token-macro | |
variant | |
workflow-aggregator | |
workflow-api | |
workflow-basic-steps | |
workflow-cps | |
workflow-cps-global-lib | |
workflow-durable-task-step | |
workflow-job | |
workflow-multibranch | |
workflow-scm-step | |
workflow-step-api | |
workflow-support | |
ws-cleanup | |
generic-webhook-trigger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment