Jenkins

From RobotinoWiki
Revision as of 09:40, 15 May 2019 by Verbeek (talk | contribs) (Install Jenkins)

Install Jenkins

apt install openjdk-8-jdk
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
echo "deb http://pkg.jenkins.io/debian-stable binary/" > /etc/apt/sources.list.d/jenkins.list
apt-get update
apt install jenkins