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

Last updated: June 28,2024

1. Install "python39-jenkinsapi" package

Learn how to install python39-jenkinsapi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-jenkinsapi

2. Uninstall "python39-jenkinsapi" package

Please follow the guidance below to uninstall python39-jenkinsapi on openSuSE Tumbleweed:

$ sudo zypper remove python39-jenkinsapi

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

Information for package python39-jenkinsapi:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-jenkinsapi
Version : 0.3.13-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 1.0 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