gituser/docker_multiarch/: python-jenkins-1.7.0 metadata and description

Homepage Simple index

Python bindings for the remote Jenkins API

author Ken Conley
author_email kwc@willowgarage.com
classifiers
  • Topic :: Utilities
  • Intended Audience :: Developers
  • Intended Audience :: Information Technology
  • Intended Audience :: System Administrators
  • Environment :: Console
  • License :: OSI Approved :: BSD License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
license BSD
maintainer OpenStack Infrastructure Team
maintainer_email openstack@lists.launchpad.net
requires_dist
  • six (>=1.3.0)
  • pbr (>=0.8.2)
  • multi-key-dict
  • requests
File Tox results History
python_jenkins-1.7.0-py3-none-any.whl
Size
27 KB
Type
Python Wheel
Python
3

Python Jenkins is a python wrapper for the Jenkins REST API which aims to provide a more conventionally pythonic way of controlling a Jenkins server. It provides a higher-level API containing a number of convenience functions.

We like to use python-jenkins to automate our Jenkins servers. Here are some of the things you can use it for:

To install:

$ sudo python setup.py install

Online documentation:

Developers

Bug report:

Repository:

Cloning:

Patches are submitted via Gerrit at:

Please do not submit GitHub pull requests, they will be automatically closed.

The python-jenkins developers communicate in the #openstack-jjb channel on Freenode’s IRC network.

More details on how you can contribute is available on our wiki at:

Writing a patch

Be sure that you lint code before created an code review. The easiest way to do this is to install git pre-commit hooks.

Installing without setup.py

Then install the required python packages using pip:

$ sudo pip install python-jenkins

Footnotes