“Zainstaluj Jenkins na Ubuntu 20.04” Kod odpowiedzi

Zainstaluj Jenkins na Ubuntu

## Install java
sudo apt update && sudo apt install openjdk-8-jdk -y

## Install Jenkins
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'

sudo apt-get update && sudo apt-get install jenkins -y
Witty Wolverine

Zainstaluj Jenkins na Ubuntu 20.04

sudo apt-get update
sudo apt install openjdk-8-jdk
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'
sudo apt-get update
sudo apt-get install jenkins
sudo apt install git
ADIB Amine

Zainstaluj Jenkins na Ubuntu 20.04

wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
DJ Benny

Odpowiedzi podobne do “Zainstaluj Jenkins na Ubuntu 20.04”

Pytania podobne do “Zainstaluj Jenkins na Ubuntu 20.04”

Więcej pokrewnych odpowiedzi na “Zainstaluj Jenkins na Ubuntu 20.04” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu