User Tools

Site Tools


wiki:install_jenkins_debian_8

Install jenkins on Debian 8

Jenkins requires Java > 1.7 that ships by default. Install java from backports:

echo "deb http://http.debian.net/debian jessie-backports main" | tee --append /etc/apt/sources.list.d/jessie-backports.list > /dev/null

Add jenkins repo:

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

Tested on

  • Debian 8

See also

References

wiki/install_jenkins_debian_8.txt · Last modified: 2022/10/03 11:22 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki