robotframework-jenkinslibrary
Jenkins wrapper library for robotframework
Usage
Install package by using pip:
pip install -U robotframework-jenkinslibrary
Example Test Case
| *** Settings *** | ||||||
|---|---|---|---|---|---|---|
| Library | JenkinsLibrary | |||||
| *** Test Cases *** | ||||||
| create session jenkins | ${protocol} | ${host} | ${username} | ${password} | ${verify} | |
| ${job_details}= | Get Jenkins Job | ${job_full_name} | ||||
| ${job_build_details}= | Get Jenkins Job Build | ${job_full_name} | ${build_number} | |||
| ${build_number}= | Build Jenkins With Parameters | ${job_full_name} | ${parameters_string} | |||
| ${job_build_details}= | Build Jenkins With Parameters And Wait Until Job Done | ${job_full_name} | ${parameters_string} | 10 | 2 | False |
Document
For more keyword detail go to the following link: https://robotframework-thailand.github.io/robotframework-jenkinslibrary/
Uninstall package
pip uninstall robotframework-jenkinslibrary
Feature Status
| API | Status |
|---|---|
| Get Jenkins Job | + |
| Get Jenkins Job Build | + |
| Build Jenkins With Parameters | + |
| Build Jenkins With Parameters And Wait Until Job Done | + |
| - | - |
Release files for robotframework-jenkinslibrary 0.8.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| robotframework-jenkinslibrary-0.8.7.tar.gz | 6.2 kB | Details |
Release files / robotframework-jenkinslibrary-0.8.7.tar.gz
| Download URL | robotframework-jenkinslibrary-0.8.7.tar.gz |
|---|---|
| Size | 6.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fb49a6704dd007cc1495b6af2414748896c36a00e6e67325fa08a8a3b444ede7
|
|
BLAKE2b-256 checksum How to use checksums |
31e627c0ef416c8814ef9570e27e4604852fd02901ff48901c1de33020df9c25
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.12
|