commit | 806e88fadd0edeaf42119c27db36468055a5a4f6 | [log] [tgz] |
---|---|---|
author | Joseph Chiocchi <input.output@gmail.com> | Wed Jan 14 11:05:33 2015 -0500 |
committer | Joseph Chiocchi <input.output@gmail.com> | Wed Jan 14 11:05:33 2015 -0500 |
tree | 0649af36a8f2b87a44d162bdbbefdff781ce069f | |
parent | 0b88a12b6185c108ffb9d0762dd1b983d9b49db6 [diff] |
fix path in comment https://github.com/cloudbees/jenkins-ci.org-docker/blob/master/1.592/Dockerfile#L45
diff --git a/1.580.2/plugins.sh b/1.580.2/plugins.sh index e0df32b..f4193b3 100755 --- a/1.580.2/plugins.sh +++ b/1.580.2/plugins.sh
@@ -5,7 +5,7 @@ # # FROM jenkins # COPY plugins.txt /plugins.txt -# RUN /usr/share/jenkins/plugins.sh /plugins.txt +# RUN /usr/local/bin/plugins.sh /plugins.txt # REF=/usr/share/jenkins/ref/plugins