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
- Host: GitHub
- URL: https://github.com/xarg/fabtools.recipes.jenkins
- Owner: xarg
- License: bsd-2-clause
- Created: 2014-01-17T17:08:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-17T17:45:42.000Z (over 12 years ago)
- Last Synced: 2025-04-06T14:14:15.310Z (over 1 year ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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