How to Install and Uninstall python3-jenkinsapi Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-jenkinsapi" package

Learn how to install python3-jenkinsapi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-jenkinsapi

2. Uninstall "python3-jenkinsapi" package

In this section, we are going to explain the necessary steps to uninstall python3-jenkinsapi on openSUSE Leap:

$ sudo zypper remove python3-jenkinsapi

3. Information about the python3-jenkinsapi package on openSUSE Leap

Information for package python3-jenkinsapi:
-------------------------------------------
Repository : Main Repository
Name : python3-jenkinsapi
Version : 0.3.11-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-jenkinsapi-0.3.11-bp155.2.12.src
Upstream URL : https://github.com/salimfadhley/jenkinsapi
Summary : A Python API for accessing resources on a Jenkins continuous integration server
Description :
Jenkins is a continuous integration system.
Jenkins (and its predecessor Hudson) are projects for automating
common development tasks (e.g. unit testing, production batches), but
they are somewhat Java-centric. The designers have provided a REST
interface. This library wraps up that interface as more conventional
Python objects.
This library can help to:
* Query the test-results of a completed build
* Get a objects representing the latest builds of a job
* Search for artefacts by simple criteria
* Block until jobs are complete
* Install artefacts to custom-specified directory structures
and has
* username/password auth support for jenkins instances with auth turned on
* Ability to search for builds by subversion revision
* Ability to add/remove/query Jenkins slaves
* Ability to add/remove/modify Jenkins views