You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
Misc Notes related to Jenkins
This document provides some notes you might consider useful, but aren't necessarily releated to jenkins-debian-glue itself.
Install jenkins.rb on Debian
Goal: Clean installation of https://github.com/cowboyd/jenkins.rb on Debian, using Debian packages.
Recipe provided by Michael Prokop:
mkdir jenkins-rb.deb ; cd jenkins-rb.deb gem2deb httparty gem2deb crack gem2deb thor sudo apt-get install libterm-ansicolor-ruby ruby-json libbuilder-ruby sudo dpkg -i ruby-crack_*.deb ruby-httparty_*.deb ruby-jenkins_*.deb ruby-thor_*.deb
Recipe provided by Michael Gebetsroither:
git clone git://github.com/gebi/rubyrrdtool.git cd rubyrrdtool ruby extconf.rb make checkinstall -D --pkgname=rubyrrdtool --maintainer=whatever@example.org --install=no --pkgversion=0.6.0 make install
Install python-jenkins on Debian
Goal: Clean installation of https://launchpad.net/python-jenkins on Debian, using Debian packages.
Recipe provided by Michael Prokop:
bzr branch lp:python-jenkins cd python-jenkins apt-get install python-stdeb python setup.py --command-packages=stdeb.command bdist_deb sudo dpkg -i deb_dist/python-*deb