From 888cd5d1abe3f5616fb37224961e48e90a52439e Mon Sep 17 00:00:00 2001 From: shanzee05 <46417151+shanzee05@users.noreply.github.com> Date: Tue, 22 Nov 2022 13:53:30 +0400 Subject: [PATCH] update to jenkins cli --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 28f09eb..b226978 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ @@ -138,4 +138,4 @@ RUN \ USER root COPY --from=0 /usr/local /usr/local RUN npm --version -USER jenkins \ No newline at end of file +USER jenkins