Jenkins installieren

wget -q -O – https://pkg.jenkins.io/debian-stable/jenkins.io.key | gpg –dearmor -o /etc/apt/trusted.gpg.d/jenkins.gpg
echo „deb https://pkg.jenkins.io/debian-stable binary/“ | tee /etc/apt/sources.list.d/jenkins.list
apt-get update -y
apt install jenkins -y
systemctl start jenkins.service