Horje
Jenkins Install Linux Code Example
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
install jenkins
[ec2-user ~]$ sudo yum install jenkins java-1.8.0-openjdk-devel -y




Shell

Related
how to commit file to previous commit in git Code Example how to commit file to previous commit in git Code Example
add username password git Code Example add username password git Code Example
how to ignore folder in gitignore duplicate Code Example how to ignore folder in gitignore duplicate Code Example
git username and email register Code Example git username and email register Code Example
how to know which shell is specified for linux Code Example how to know which shell is specified for linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14