From f426b8337ab47bd992e1cd7cce75504679560b24 Mon Sep 17 00:00:00 2001 From: Akash Mishra <143623874+aSky17@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:23:42 +0530 Subject: [PATCH] Add --plugin-download-directory option to examples (#617) * Added --download-directory-option in README.md * Updated the first example according to the convention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54ab206f..eb0de9d2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The plugin manager downloads plugins and their dependencies into a folder so tha Download the latest jenkins-plugin-manager jar [from here](https://github.com/jenkinsci/plugin-installation-manager-tool/releases/latest) and run it as shown below. ```bash -java -jar jenkins-plugin-manager-*.jar --war /your/path/to/jenkins.war --plugin-file /your/path/to/plugins.txt --plugins delivery-pipeline-plugin:1.3.2 deployit-plugin +java -jar jenkins-plugin-manager-*.jar --war /your/path/to/jenkins.war --plugin-download-directory /your/path/to/plugins/ --plugin-file /your/path/to/plugins.txt --plugins delivery-pipeline-plugin:1.3.2 deployit-plugin ``` Alternatively, build and run the plugin manager yourself from source: