GNU/Linux >> Linux Esercitazione >  >> Debian

Come installare Jenkins su Debian 9 Stretch Linux

Obiettivo

L'obiettivo è installare Jenkins su Debian 9.

Sistema operativo e versioni software

  • Sistema operativo: – Debian 9 Allunga
  • Software: – Jenkins 2.46.3

Requisiti

Sarà richiesto l'accesso privilegiato al tuo sistema Debian.

Difficoltà

FACILE

Convenzioni

  • # – richiede che i comandi linux dati vengano eseguiti con i privilegi di root direttamente come utente root o usando sudo comando
  • $ – richiede che i comandi linux dati vengano eseguiti come un normale utente non privilegiato

Istruzioni

Incluso repository APT Jenkins

Il primo passo è includere il repository e la chiave Jenkins APT. Iniziamo aggiungendo una nuova chiave:

# wget -q -O - http://pkg.jenkins-ci.org/debian-stable/jenkins-ci.org.key | apt-key add 
OK

Quindi, aggiungi un repository. Qui abbiamo due opzioni. Innanzitutto, possiamo aggiungere un repository Jenkins LTS stabile:

# echo "deb http://pkg.jenkins-ci.org/debian-stable binary/" > /etc/apt/sources.list.d/jenkins.list

Un'altra opzione è includere l'ultimo repository della versione Jenkins:

# echo "deb http://pkg.jenkins-ci.org/debian binary/" > /etc/apt/sources.list.d/jenkins.list

Fatto ciò, aggiorna l'indice del repository:

# apt update

Installa Jenkins

Ora, che i repository APT sono a posto, l'installazione di Jenkins è piuttosto semplice:

# apt install jenkins

Accedi a Jenkins

Jenkins è ora installato. Recupera la tua password Jenkins iniziale:

# cat /var/lib/jenkins/secrets/initialAdminPassword
b9b1649e223843e29cf17812a2322a3f

Una volta ottenuta la password, accedi al browser http://jenkins-server-IP:8080 e procedi con la personalizzazione della procedura guidata aggiuntiva.


Debian
  1. Come installare il motore Docker su Debian 9 Stretch Linux

  2. Come installare il nodo Bitcoin su Debian 9 Stretch Linux

  3. Come installare Tomcat 9 su Debian 9 Stretch Linux

  4. Come installare TeamViewer su Debian 9 Stretch Linux

  5. Come installare Spotify su Debian 9 Stretch Linux

Come installare il client Steam su Debian 9 Stretch Linux

Come installare Gitlab su Debian 9 Stretch Linux

Come installare Jenkins su Debian 10 Linux

Come installare Jenkins su Debian 10 / Debian 9

Come installare Jenkins su Debian 11 Bullseye Linux

Come installare Vai su Debian 9 Stretch