Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use install-plugins.sh instead of plugins.sh #90

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM jenkins:2.19.1-alpine

COPY plugins.txt /usr/share/jenkins/plugins.txt
RUN /usr/local/bin/plugins.sh /usr/share/jenkins/plugins.txt
RUN /usr/local/bin/install-plugins.sh $(cat /usr/share/jenkins/plugins.txt | tr '\n' ' ')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would mean that the install-plugins.sh is calling plugins.sh. Do you think this makes sense? Or did I misunderstood your Point?


#Copy plugins
COPY plugins/*.hpi /usr/share/jenkins/ref/plugins/
Expand Down
156 changes: 60 additions & 96 deletions plugins.txt
Original file line number Diff line number Diff line change
@@ -1,96 +1,60 @@
ace-editor:1.1
ant:1.4
antisamy-markup-formatter:1.5
authentication-tokens:1.3
blueocean:1.0.0-b10
blueocean-commons:1.0.0-b10
blueocean-config:1.0.0-b10
blueocean-dashboard:1.0.0-b10
blueocean-display-url:1.2
blueocean-events:1.0.0-b10
blueocean-jwt:1.0.0-b10
blueocean-personalization:1.0.0-b10
blueocean-pipeline-api-impl:1.0.0-b10
blueocean-rest:1.0.0-b10
blueocean-rest-impl:1.0.0-b10
blueocean-web:1.0.0-b10
bouncycastle-api:2.16.0
branch-api:1.11
build-timeout:1.17.1
cloudbees-folder:5.13
credentials:2.1.8
credentials-binding:1.9
display-url-api:0.5
docker-commons:1.5
docker-workflow:1.9
durable-task:1.12
email-ext:2.52
external-monitor-job:1.6
favorite:1.16
git:3.0.0
git-client:2.0.0
git-server:1.7
github:1.22.3
github-api:1.79
github-branch-source:1.10
github-oauth:0.24
github-organization-folder:1.5
gitlab-merge-request-jenkins:2.0.0
gitlab-oauth:1.0.9
gitlab-plugin:1.4.2
google-login:1.2.1
gradle:1.25
gravatar:2.1
handlebars:1.1.1
icon-shim:2.0.3
jackson2-api:2.7.3
jquery-detached:1.2.1
junit:1.19
kerberos-sso:1.3
ldap:1.13
mailer:1.18
mapdb-api:1.0.9.0
matrix-auth:1.4
matrix-project:1.7.1
mercurial:1.57
metrics:3.1.2.9
momentjs:1.1.1
oic-auth:1.0
openid:2.2
openid4java:0.9.8.0
openshift-login:0.4
pam-auth:1.3
pipeline-build-step:2.3
pipeline-graph-analysis:1.2
pipeline-input-step:2.3
pipeline-milestone-step:1.1
pipeline-model-definition:0.4
pipeline-rest-api:2.1
pipeline-stage-step:2.2
pipeline-stage-view:2.1
pipeline-utility-steps:1.1.6
plain-credentials:1.3
scm-api:1.3
script-security:1.24
sse-gateway:1.10
ssh-credentials:1.12
ssh-slaves:1.11
structs:1.5
subversion:2.7.1
timestamper:1.8.7
token-macro:2.0
url-auth-sso:1.0
variant:1.0
windows-slaves:1.2
workflow-aggregator:2.4
workflow-api:2.5
workflow-basic-steps:2.2
workflow-cps:2.21
workflow-cps-global-lib:2.4
workflow-durable-task-step:2.5
workflow-job:2.8
workflow-multibranch:2.9
workflow-scm-step:2.2
workflow-step-api:2.4
workflow-support:2.10
ws-cleanup:0.30
ace-editor:latest
ant:latest
antisamy-markup-formatter:latest
authentication-tokens:latest
blueocean:latest
blueocean-events:latest
bouncycastle-api:latest
branch-api:latest
build-timeout:latest
credentials-binding:latest
display-url-api:latest
docker-commons:latest
docker-workflow:latest
durable-task:latest
email-ext:latest
external-monitor-job:latest
favorite:latest
git:latest
github:latest
github-branch-source:latest
github-oauth:latest
github-organization-folder:latest
gitlab-merge-request-jenkins:latest
gitlab-oauth:latest
gitlab-plugin:latest
google-login:latest
gradle:latest
gravatar:latest
icon-shim:latest
jackson2-api:latest
junit:latest
kerberos-sso:latest
ldap:latest
mailer:latest
mapdb-api:latest
matrix-auth:latest
matrix-project:latest
mercurial:latest
metrics:latest
oic-auth:latest
openid:latest
openid4java:latest
openshift-login:latest
pam-auth:latest
pipeline-build-step:latest
pipeline-graph-analysis:latest
pipeline-milestone-step:latest
pipeline-model-definition:latest
pipeline-stage-view:latest
pipeline-utility-steps:latest
sse-gateway:latest
ssh-slaves:latest
subversion:latest
timestamper:latest
url-auth-sso:latest
variant:latest
windows-slaves:latest
workflow-aggregator:latest
workflow-cps-global-lib:latest
ws-cleanup:latest