Skip to content

Commit

Permalink
Add --plugin-download-directory option to examples (#617)
Browse files Browse the repository at this point in the history
* Added --download-directory-option in README.md

* Updated the first example according to the convention
  • Loading branch information
aSky17 authored Nov 29, 2023
1 parent 8fef731 commit f426b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f426b83

Please sign in to comment.