Jenkins wrapper library for robotframework
Project description
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 | + |
| - | - |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file robotframework-jenkinslibrary-0.8.7.tar.gz.
File metadata
- Download URL: robotframework-jenkinslibrary-0.8.7.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb49a6704dd007cc1495b6af2414748896c36a00e6e67325fa08a8a3b444ede7
|
|
| MD5 |
d621e219dcdf1938b1cffdf20f43ca91
|
|
| BLAKE2b-256 |
31e627c0ef416c8814ef9570e27e4604852fd02901ff48901c1de33020df9c25
|