Docker: Make install-plugins.sh compatible with plugins.txt input file in plugins.sh

Created on 14 Sep 2016  路  1Comment  路  Source: jenkinsci/docker

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

enhancement

Most helpful comment

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' ' ')

>All comments

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' ' ')

Was this page helpful?
0 / 5 - 0 ratings

Related issues

szimmer1 picture szimmer1  路  5Comments

matthijsvdr picture matthijsvdr  路  4Comments

ozbillwang picture ozbillwang  路  3Comments

mattesja picture mattesja  路  5Comments

Mr-LiuDC picture Mr-LiuDC  路  3Comments