Tools to make Jenkins jobs from templates
Go to file
Manuel Desbonnet 5465ab6d4f Adding hipchat notification capability.
Tweaks the Builder and YamlParser classes to accept a config object
which is passed to the parser's ModuleRegistry object. This makes it
available to the HipChat object.

Change-Id: I3017658336b949c0fda7c82945e7014dbcf6e152
Reviewed-on: https://review.openstack.org/12794
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-10-01 17:03:26 +00:00
doc Adding hipchat notification capability. 2012-10-01 17:03:26 +00:00
jenkins_jobs Adding hipchat notification capability. 2012-10-01 17:03:26 +00:00
tools Add documentation. 2012-09-17 20:25:38 +00:00
.gitignore Add documentation. 2012-09-17 20:25:38 +00:00
.gitreview Add .gitreview. 2012-08-06 20:25:20 +00:00
README.md basic README for the newcomers 2012-09-22 17:34:29 +00:00
jenkins-jobs Adding hipchat notification capability. 2012-10-01 17:03:26 +00:00
setup.cfg Add documentation. 2012-09-17 20:25:38 +00:00
setup.py Adding hipchat notification capability. 2012-10-01 17:03:26 +00:00
tox.ini Add documentation. 2012-09-17 20:25:38 +00:00

README.md

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 jenkins