Skip to content
Open
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL git_commit=$GIT_COMMIT

# Once jenkins is running and configured, run the following command to find the list of plugins installed:
## curl -s -k "http://admin:admin@localhost:8080/pluginManager/api/json?depth=1" | jq -r '.plugins[].shortName' | tee plugins.txt
RUN /usr/local/bin/install-plugins.sh \
RUN jenkins-plugin-cli --plugins \
ace-editor \
ant \
antisamy-markup-formatter \
Expand Down Expand Up @@ -138,4 +138,4 @@ RUN \
USER root
COPY --from=0 /usr/local /usr/local
RUN npm --version
USER jenkins
USER jenkins