Sunday, May 18, 2014

Install Jenkins on Ubuntu/Debian

If you wish to install Jenkins (fork of Hudson, maintained by original developers), do the following:

sudo -i
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list'
apt-get update
apt-get install jenkins


Note: make sure JAVA is installed.
  • Related Links Widget for Blogspot

No comments: