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

Make install-plugins.sh compatible with plugins.txt input file in plugins.sh #348

Closed
taraspos opened this issue Sep 14, 2016 · 1 comment

Comments

@taraspos
Copy link

Hello,
make possible to pass plugins.txt file in the old format to the install-plugins.sh script:

plugins.txt:

...
jacoco:1.0.19
gitlab
...

and run with:
./install-plugins.sh plugins.txt

@duckpuppy
Copy link

As a workaround until the enhancement is in, I'll toss this one-liner here:
RUN /usr/local/bin/install-plugins.sh $(cat /usr/share/jenkins/plugins.txt | tr '\n' ' ')

potzkovge added a commit to potzkovge/catalog-dockerfiles that referenced this issue May 17, 2017
Since install-plugins.sh doesnt take a plugins.txt as an argument one has to use this workaround until the official script is updated. For more on this see this open ticket over at jenkinsci: jenkinsci/docker#348
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants