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

Last updated: May 19,2024

1. Install "python38-jenkinsapi" package

This guide let you learn how to install python38-jenkinsapi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-jenkinsapi

2. Uninstall "python38-jenkinsapi" package

Please follow the step by step instructions below to uninstall python38-jenkinsapi on openSuSE Tumbleweed:

$ sudo zypper remove python38-jenkinsapi

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

Information for package python38-jenkinsapi:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-jenkinsapi
Version : 0.3.11-2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 1,2 MiB
Installed : No
Status : not installed
Source package : python-jenkinsapi-0.3.11-2.9.src
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