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

Last updated: May 20,2024

1. Install "python36-jenkinsapi" package

Here is a brief guide to show you how to install python36-jenkinsapi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-jenkinsapi

2. Uninstall "python36-jenkinsapi" package

Please follow the guidelines below to uninstall python36-jenkinsapi on openSuSE Tumbleweed:

$ sudo zypper remove python36-jenkinsapi

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

Information for package python36-jenkinsapi:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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