william.soula a9e2a2bd9b Fixing documentation for the timed trigger
Change-Id: Icdfb6295fb3a2c5bfbb411995bf67e8075197b86
Reviewed-on: https://review.openstack.org/14914
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
2012-10-29 18:03:39 +00:00
2012-09-17 20:25:38 +00:00
2012-09-17 20:25:38 +00:00
2012-08-06 20:25:20 +00:00
2012-09-17 20:25:38 +00:00
2012-10-29 16:21:00 +00:00
2012-09-17 20:25:38 +00:00

Jenkins Job Builder

Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML format, and uses them to configure Jenkins. You can keep your job descriptions in human readable text format in a version control system to make changes and auditing easier. It also has a flexible template system, so creating many similarly configured jobs is easy.

To install: sudo python setup.py install

Online documentation:

developers

Bug report: https://bugs.launchpad.net/openstack-ci/

Cloning: https://review.openstack.org/p/openstack-ci/jenkins-job-builder.git

Patches are submitted via Gerrit at https://review.openstack.org/

More details on how you can contribute is available on our wiki at: http://wiki.openstack.org/HowToContribute

installing wihout setup.py

For YAML support, you will need libyaml installed.

# Mac OS X:
brew install libyaml

Then install the required python packages using pip:

sudo pip install PyYAML python-jenkins
Description
Tools to make Jenkins jobs from templates
Readme 36 MiB
Languages
Python 99%
Shell 0.7%
C++ 0.2%