Installation & Configuration Steps through AWS Cloud:
Login into your AWS Account & create one Ubuntu Instance as we do
Access it through PUTTY as we do
Now use given commands:
ubuntu
sudo apt-get update
sudo apt-cache search openjdk
sudo apt-get install openjdk-8-jdk
java -version
wget -q -O [<https://pkg.jenkins.io/debian-stable/jenkins.io.key>](<https://pkg.jenkins.io/debian-stable/jenkins.io.key>) | sudo apt-key add -
sudo vi /etc/apt/sources.list
#Add the below line in the end of the file
deb <https://pkg.jenkins.io/debian-stable> binary/
sudo apt-get update
clear
sudo apt-cache search jenkins
sudo apt-cache madison jenkins
→ To check all the available versions of Jenkinssudo apt-get install jenkins -y
→ To install the latest version of Jenkinsclear
sudo service jenkins status
→ press “Q” on keyboard to exitclear
sudo cat paste_the_copied_path
command