Metadata-Version: 2.0
Name: autojenkins
Version: 1.0.0
Summary: Jenkins Remote Control Library
Home-page: https://github.com/txels/autojenkins
Author: Carles Barrobés
Author-email: carles@barrobes.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: docopt
Requires-Dist: requests
Requires-Dist: jinja2

autojenkins
===========

Automation (remote control) of Jenkins tasks.
Things you can do with it:

* Create a job (e.g. from a template job)
* Delete a job
* Enable or disable a job
* Obtain the ``config.xml`` file for that job
* Trigger building of a job
* Obtain latest execution results
* ...

AutoJenkins can be used both as an API and a command-line tool.

Supports non-authenticated as well as authenticated servers.


