Skip to content

Commit

Permalink
Added download directory option in second example (#619)
Browse files Browse the repository at this point in the history
* Add --plugin-download-directory to docker example

* Added --plugin-download-directory option to second example

---------

Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
  • Loading branch information
aSky17 and MarkEWaite committed Nov 30, 2023
1 parent 3a6bbb7 commit 9071bf1
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 @@ -30,7 +30,7 @@ Alternatively, build and run the plugin manager yourself from source:

```bash
mvn clean install
java -jar plugin-management-cli/target/jenkins-plugin-manager-*.jar --war /file/path/jenkins.war --plugin-file /file/path/plugins.txt --plugins delivery-pipeline-plugin:1.3.2 deployit-plugin
java -jar plugin-management-cli/target/jenkins-plugin-manager-*.jar --war /file/path/jenkins.war --plugin-download-directory /your/path/to/plugins/ --plugin-file /file/path/plugins.txt --plugins delivery-pipeline-plugin:1.3.2 deployit-plugin
```

If you use a [Jenkins docker image](https://hub.docker.com/r/jenkins/jenkins) the plugin manager can be invoked inside the running container via the bundled `jenkins-plugin-cli` shell script:
Expand Down

0 comments on commit 9071bf1

Please sign in to comment.