Instalacja
Instalowanie za pomocą Ubuntu
Dodaj klucz repozytorium do systemu.
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
Uruchom następujące polecenie, aby dodać repozytorium do listy.
sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
Uruchom poniżej polecenie, aby zaktualizować repozytoria.
sudo apt update
Zainstaluj Jenkins.
sudo apt install jenkins
Uruchom usługę Jenkins.
sudo systemctl start jenkins
Otwórz stronę http: // \ _Server \ _IP \ _OR \ _DOMAIN: 8080 i śledź kreatora instalacji.