This is the Debian package repository of Jenkins to automate installation and upgrade. To use this repository, first add the key to your system:
wget -q -O - http://pkg.jenkins-ci.org/debian-rc/jenkins-ci.org.key | sudo apt-key add -Then add the following entry in your /etc/apt/sources.list:
deb http://pkg.jenkins-ci.org/debian-rc binary/
Update your local package index, then finally install Jenkins:
sudo apt-get update sudo apt-get install jenkins
See Wiki for more information, including notes regarding upgrade from Hudson.
If you need *.deb for a specific version, use these.