18
0
Fork 0

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
1 changed files with 8 additions and 3 deletions

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 -
sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
# curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io.key | tee \
/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:
~~~
# apt update
apt install jenkins
# apt install fontconfig openjdk-11-jre
# apt install jenkins
~~~