Mise a jour de l'install jenkins

This commit is contained in:
emorino 2022-03-22 15:28:46 +01:00
parent 74e7c4e54e
commit 42bbb57d63

View file

@ -27,15 +27,20 @@ Jenkins nest pas disponible dans les dépôts Debian, il faut donc ajouter le
~~~ ~~~
wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add - # curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io.key | tee \
sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list' /etc/apt/trusted.gpg.d/jenkins-keyring.asc > /dev/null
# echo deb [signed-by=/etc/apt/trusted.gpg.d/jenkins-keyring.asc] \
https://pkg.jenkins.io/debian-stable binary/ | tee \
/etc/apt/sources.list.d/jenkins.list > /dev/null
~~~ ~~~
Ensuite on procède à linstallation: Ensuite on procède à linstallation:
~~~ ~~~
# apt update # apt update
apt install jenkins # apt install fontconfig openjdk-11-jre
# apt install jenkins
~~~ ~~~