How to install and administrate Jenkins.
You need Java 8 or 11 if you have Jenkins above 2.164.
sudo apt install openjdk-8-jre
To execute on debian server
wget -q -O - https://pkg.jenkins.io/debian/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' ;
sudo apt-get update ;
sudo apt-get install jenkins ;
Jenkins is now installed as a daemon and you should connect locally to it with a browser to complete installation.
The best way to secure Jenkins is to use the proxy with Apache.
Jenkins wiki : running Jenkins behind Apache
In file /var/log/jenkins/jenkins.log
Configuration parameters can be found at /etc/default/jenkins