Open-source python library of clients used by Qubership pipelines/modules.
Library provides easy-to-use clients and wrappers for common DevOps services (e.g. Jenkins, MiniO, GitLab Pipelines)
Sample implementation of CLI commands using this library is available at qubership-pipelines-cli-command-samples
It includes reference python implementation along with the Development Guide
Library is presented as a set of clients with predefined operations
Auto-generated reference (via mkdocs) is available on this repo's GitHub Pages
-
Add the following section to your dependencies to add Qubership library as a dependency in your project:
[tool.poetry.dependencies] qubership-pipelines-common-library = "*"
-
Or you can install it via
pip:pip install qubership-pipelines-common-library
There also exists backported to python3.9 version of this library
You can install it via pip:
pip install qubership-pipelines-common-library-py39