Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install jenkins in linux

sudo wget -O /etc/yum.repos.d/jenkins.repo 
    https://pkg.jenkins.io/redhat-stable/jenkins.repo
sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
sudo yum upgrade
# Add required dependencies for the jenkins package
sudo yum install java-11-openjdk
sudo yum install jenkins
sudo systemctl daemon-reload
Comment

Jenkins Install Linux

curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io.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
sudo apt-get update
sudo apt-get install jenkins
Comment

install jenkins

[ec2-user ~]$ sudo yum install jenkins java-1.8.0-openjdk-devel -y
Comment

PREVIOUS NEXT
Code Example
Shell :: vue import yaml 
Shell :: remove commit from PR 
Shell :: how to make .gitignore 
Shell :: linux -ltr 
Shell :: download directory ssh linux 
Shell :: regex last word in lin 
Shell :: sudo: gem: command not found 
Shell :: append a string in all files name linux 
Shell :: set alias for directory in powershell 
Shell :: find the index of a substring 
Shell :: crontab view output 
Shell :: pip install six 
Shell ::  
Shell :: how to ls git branch 
Shell :: git stash bitbucket 
Shell :: create a directory 
Shell :: reload terminal mac zsh 
Shell :: helm upgrade repos 
Shell :: Why github ask me username/password instead of SSH authentication? 
Shell :: delete file from a branch git 
Shell :: folder open command in linux 
Shell :: letsencrypt error 
Shell :: git fork 
Shell :: pgadmin terminal connect 
Shell :: touch 
Shell :: remove branch git 
Shell :: how to install specific version of software on mac using brew 
Shell :: how to enable tpm in bios 
Shell :: enable ssh on ubuntu 20.04 
Shell :: how force detached ENI 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =