jenkins-job-builder-naginator

Automatically reschedule a build after a build failure.


License
Apache-2.0
Install
pip install jenkins-job-builder-naginator==0.0.1

Documentation

Naginator Plugin module for jenkins-job-builder

Python module that extends jenkins-job-builder to support new publisher, naginator.

https://travis-ci.org/thomasvandoren/jenkins-job-builder-naginator.svg?branch=master

Documentation

Please see http://jenkins-job-builder-naginator.readthedocs.org/

Installation

pip install jenkins-job-builder-naginator

Development

To work on this project, install the dependencies, install the develop branch, make change, and run tests with tox:

pip install -r requirements.txt -r test-requirements.txt
python setup.py develop
# ... make changes ...
tox

Note

It is best to use a virtualenv for developing this package.