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
Library itself also provides commands since v2.0.0, and there's a separate documentation on recommended ways to integrate and use them in your applications.
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