The Jenkins Plugin Manager
Go to file
R. Tyler Croy 3715ed27f4 Add 'paint' gem as a dependency for console colors 2014-03-23 13:48:39 -07:00
bin Implement all of `jpm list` with a simple text only output format 2014-03-20 22:03:02 -07:00
features Add simple (early) support for `jpm update` to fetch and write out an update-center.json 2014-03-23 13:06:23 -07:00
lib Add 'paint' gem as a dependency for console colors 2014-03-23 13:48:39 -07:00
spec Fix a stupid issue when running `jpm list` 2014-03-23 13:06:23 -07:00
.gitignore Ignore all my local vagrant files 2014-03-23 11:31:48 -07:00
Gemfile Include the debugger gems when testing on MRI only 2014-03-23 11:03:16 -07:00
LICENSE Add the MIT license for the gem 2014-03-20 22:05:23 -07:00
README.md Describe the project a little bit more 2014-03-14 08:30:49 -07:00
Rakefile
jpm.gemspec Add 'paint' gem as a dependency for console colors 2014-03-23 13:48:39 -07:00

README.md

Jenkins Plugin Manager

The jpm application allows you to manage Jenkins plugins outside of the Jenkins web UI.

Like a "normal package" manager, it will handle installing plugin dependencies, plugin upgrades and plugin removals.