A set of addons for jenkins job builder
- Free software: Apache license
- Documentation: https://jenkins-job-builder-addons.readthedocs.org
- Supports job folders
- Supports Build Pipeline View
- Supports Delivery Pipeline View
- As of August 12th 2015 this requires two special branches. One for python-jenkins and one for jenkins-job-builder
- Get python-jenkins
- git clone git://git.openstack.org/stackforge/python-jenkins
- cd python-jenkins
- git fetch https://review.openstack.org/stackforge/python-jenkins refs/changes/85/180185/19 && git checkout FETCH_HEAD
- python setup.py install
- Get jenkins-job-builder
- git clone git://git.openstack.org/openstack-infra/jenkins-job-builder
- cd jenksin-job-builder
- git fetch https://review.openstack.org/openstack-infra/jenkins-job-builder refs/changes/07/134307/2 && git checkout FETCH_HEAD
- python setup.py install
- Get jenkins-job-builder-addons
- git clone git@github.com:jimbydamonk/jenkins-job-builder-addons.git
- cd jenkins-job-builder-addons
- python setup.py install