Skip to content
56K

56K

Slow IT just 4 fun

Menu
Menu

📝 Jenkins – Instalar sobre Debian 12

Posted on 21/08/202321/08/2023 by fanta

La instalación es bien sencilla:

# apt update && apt upgrade -y
# apt install openjdk-17-jre -y
# curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | sudo tee /usr/share/keyrings/jenkins-keyring.asc > /dev/null
# echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] https://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list > /dev/null
# apt update
# apt install jenkins -y

Se comprueba que el puerto 8080 anda levantado y se copia la password inicial para poder empezar a configurarlo:

# ss -atunp | grep -i 8080
# cat /var/lib/jenkins/secrets/initialAdminPassword

Nos metemos en el navegador al IP:8080 para introducir la password inicial. Luego ya comenzamos con la instalación.

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
🍅 STREAMING
🍊 LINUX
🥝 GAMES
🥥 THREADS
🧅 SECURITY
🥑 RETRO
🍆 HARDWARE
🍇 MISC
📝 NOTES
©2023 56K | Built using WordPress and Responsive Blogily theme by Superb