Skip to main content

Jenkins wrapper library for robotframework

Project description

robotframework-jenkinslibrary

codecov PyPI

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

Document

For more keyword detail go to the following link: https://panchorn.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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-jenkinslibrary-0.7.19.tar.gz (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page