diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-17 14:35:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-17 14:35:14 +0100 |
commit | 8131b67273647755ea29c32a0b871688cd2a098c (patch) | |
tree | 86e6aedcc86a4a665aaa3665ceb8745f2628be53 /INSTALL | |
parent | 14412ca6e8285b9691ab29b229c538b4db392fbd (diff) | |
download | jenkins.debian.net-8131b67273647755ea29c32a0b871688cd2a098c.tar.xz |
cosmetics
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -62,12 +62,17 @@ cd jenkins.debian.net === Installing jenkins-job-builder -This is the only softwhich which needs manual installation and is not covered by 'update_jdn.sh' +This is the only software which needs manual installation and is not covered by 'update_jdn.sh' -* rebuild python-jenkinsapi from sid for wheezy: -* `pip install python-jenkins` -* `git clone https://github.com/openstack-ci/jenkins-job-builder ; cd jenkins-job-builder ; python setup.py install` -** actually https://github.com/h01ger/jenkins-job-builder is used atm. +---- +pip install python-jenkins + +git clone https://github.com/openstack-ci/jenkins-job-builder +cd jenkins-job-builder +python setup.py install +---- + +Though actually https://github.com/h01ger/jenkins-job-builder is used atm. === Using jenkins-job-builder |