Install Jenkins_invoke On A Debian, Ubuntu, Kali, Fedora And Raspbian
Install jenkins_invoke
-
Debian
apt-get install python-jenkinsapiClick to copy -
Ubuntu
apt-get install python-jenkinsapiClick to copy -
Kali Linux
apt-get install python-jenkinsapiClick to copy -
Fedora
dnf install python2-jenkinsapiClick to copy -
Raspbian
apt-get install python-jenkinsapiClick to copy
python-jenkinsapi
bindings for Python usage of the Jenkins remote APIJenkins is the market leading continuous integration system, originally created by Kohsuke Kawaguchi. This API makes Jenkins even easier to use by providing an easy to use conventional Python interface. Jenkins (and its predecessor Hudson) are useful projects for automating common development tasks (e.g., unit-testing, production batches) - but they are somewhat Java-centric. Thankfully the designers have provided an excellent and complete REST interface. This library wraps up that interface as more conventional Python objects in order to make most Jenkins-oriented tasks simpler.
python2-jenkinsapi
on a Jenkins(CI) server
Installation of latest jenkins_invoke command is available for Debian, Ubuntu, Kali, Fedora and Raspbian. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2026 latest package from the repository and install it in your computer/server.




