Welcome to Python Jenkins's documentation! ========================================== Python Jenkins is a library for the remote API of the `Jenkins `_ continuous integration server. It is useful for creating and managing jobs as well as build nodes. Python Jenkins development is hosted on Launchpad: https://launchpad.net/python-jenkins Installing ========== ``pip``:: pip install python-jenkins ``easy_install``:: easy_install python-jenkins Ubuntu Oneiric or later:: apt-get install python-jenkins API documentation ================= .. automodule:: jenkins .. autoclass:: jenkins.Jenkins :members: Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`