“Installieren Sie Jenkins auf Ubuntu 20.04” Code-Antworten

Installieren Sie Jenkins auf 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

Installieren Sie Jenkins auf 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

Installieren Sie Jenkins auf Ubuntu 20.04

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

Ähnliche Antworten wie “Installieren Sie Jenkins auf Ubuntu 20.04”

Fragen ähnlich wie “Installieren Sie Jenkins auf Ubuntu 20.04”

Weitere verwandte Antworten zu “Installieren Sie Jenkins auf Ubuntu 20.04” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen