How to Install and Uninstall python311-jenkinsapi Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python311-jenkinsapi" package

In this section, we are going to explain the necessary steps to install python311-jenkinsapi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-jenkinsapi

2. Uninstall "python311-jenkinsapi" package

Learn how to uninstall python311-jenkinsapi on openSuSE Tumbleweed:

$ sudo zypper remove python311-jenkinsapi

3. Information about the python311-jenkinsapi package on openSuSE Tumbleweed

Information for package python311-jenkinsapi:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-jenkinsapi
Version : 0.3.13-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : python-jenkinsapi-0.3.13-1.3.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