Updater tool for Jenkins docker plugin.txt
Project description
pyjdpu
Sometimes you have to update many plugins during jenkins docker upgrade and waste a lot of time. With pyjdpu you can easily update your plugins.txt automaticly to the latest versions.
install
pip install pyjdpu
quick start
Update your plugins.txt wit cli:
pyjdpu -i plugins.txt -o plugins_updated.txt
Get latest version of an jenkins plugin:
import pyjdpu
my_api = pyjdpu.JenkinsPluginApi()
my_version = my_api.get_latest_version('blueocean-git-pipeline')
issue tracker
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
pyjdpu-1.0.0-py3-none-any.whl
(4.8 kB
view hashes)