Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install jenkins on 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
Comment

install jenkins on ubuntu 20.04

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

PREVIOUS NEXT
Code Example
Shell :: arch mirrorlist 
Shell :: download spyder without anaconda 
Shell :: curl insecure 
Shell :: pgadmin4 : Depends: libpython3.7 (= 3.7.0) but it is not installable 
Shell :: count all files csv file in a directory linux 
Shell :: cannot find module inquirer 
Shell :: how to change port for xampp 
Shell :: install powershell 7 
Shell :: mac docker-compose 
Shell :: bash yaml parser library 
Shell :: download bash 
Shell :: sound output raspberry pi 
Shell :: django view sql behind migration 
Shell :: surge installation 
Shell :: no shell command in vs code 
Shell :: git add command 
Shell :: kazam recorder ubuntu 
Shell :: linux iso dd 
Shell :: video trimmer ubuntu 
Shell :: access wsl files from windows 
Shell :: vim change all spaces to tabs 
Shell :: compress to tgz linux 
Shell :: bash ifelse 
Shell :: awk split each character 
Shell :: drf social auth 
Shell :: bash memory 
Shell :: ssh-keygen ed25519 
Shell :: sudo pip3 install 
Shell :: linux switch user 
Shell :: git push takes forever 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =