Cara install Jenkins di instance EC2 AWS
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=gzHDBGhLhYQ
Divideo ini akan dijelaskan cara menginstall jenkins di instance EC2 AWS.
Stepnya :
- create an instance with ubuntu 20.04
- Install java
- Install jenkins
- Configure jenkins on browser
- install jenkins plugin
- login to jenkins dashboard
------
script:
#INSTALL JAVA
sudo apt-get update
sudo apt install default-jre
sudo apt install default-jdk
#INSTALL JENKINS
sudo wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ - /etc/apt/sources.list.d/jenkins.list'
sudo apt update
sudo apt install jenkins
sudo systemctl start jenkins
Other Videos By Ambar Hasbiyatmoko
Tags:
jenkins
install
ubuntu
ec2
aws
ci cd
continuous
continuous integration
continuous deployment
terminal
tools
java
software
devops
instance
server
vps
cloud