Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotframework-thailand/robotframework-jenkinslibrary
Jenkins wrapper library for robotframework
https://github.com/robotframework-thailand/robotframework-jenkinslibrary
robotframework robotframework-jenkinslibrary
Last synced: 2 months ago
JSON representation
Jenkins wrapper library for robotframework
- Host: GitHub
- URL: https://github.com/robotframework-thailand/robotframework-jenkinslibrary
- Owner: robotframework-thailand
- License: mit
- Created: 2020-03-19T14:20:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T02:47:00.000Z (over 1 year ago)
- Last Synced: 2024-08-14T09:38:21.247Z (4 months ago)
- Topics: robotframework, robotframework-jenkinslibrary
- Language: Python
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# robotframework-jenkinslibrary
[![codecov](https://codecov.io/gh/robotframework-thailand/robotframework-jenkinslibrary/branch/master/graph/badge.svg)](https://codecov.io/gh/robotframework-thailand/robotframework-jenkinslibrary)
[![PyPI](https://img.shields.io/pypi/v/robotframework-jenkinslibrary.svg)](https://pypi.org/project/robotframework-jenkinslibrary/)Jenkins wrapper library for robotframework
## Usage
Install package by using pip:
```bash
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
```bash
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 | + |
| - | - |