An open API service indexing awesome lists of open source software.

https://github.com/xarg/fabtools.recipes.jenkins

Jenkins recipe for fabtools
https://github.com/xarg/fabtools.recipes.jenkins

Last synced: over 1 year ago
JSON representation

Jenkins recipe for fabtools

Awesome Lists containing this project

README

          

Description
===========

`Fabric `_ task to install `jenkins `_, using `fabtools `_.

How to use
==========

Import the task in your project's ``fabfile.py`` to make it available::

from fabtools.recipes.jenkins import install_jenkins

Then you can call it from the ``fab`` command::

fab install_jenkins