Hello everyone,
In this video, we will see how to install Jenkins on AWS EC2 instance? Jenkins is a popular, open-source Continuous Integration CI tool for DevOps.
Before installing Jenkins, we need to install java first. Java is prerequisite for jenkins.
command to install java
1. yum install java* -y
------------------------------------------
To install jenkins
2. sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/...
3. sudo rpm --import https://pkg.jenkins.io/redhat-stable/...
4. yum install jenkins
-----------------------------------------
5. systemctl start jenkins
6. systemctl enable jenkins
7. systemctl status jenkins
--------------------------------------------------------------------------------------
AWS cloud
Devops tool
CI/CD tool
#awsdevops #aws #jenkins #devops #surat #lalitsoni