4. Install Jenkins in Ubuntu on AWS

Опубликовано: 20 Март 2026
на канале: AEM and Devops Tutorial
2,468
36

Install Jenkins in Ubunto on AWS: To install jenkins on ubunto in AWS, you have to first run the Ubuntu on EC2.
Connect the ubuntu with ssh tool like putty.
Use the below commands to install the Jenkins on ubuntu.
1. sudo apt-get update : It will update the system
2. sudo apt install openjdk-8-jdk : It will install the jdk 8.
3. wget -q -O - https://pkg.jenkins.io/debian/jenkins... | sudo apt-key add - : It will add the key
4. sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ /etc/apt/sources.list.d/jenkins.list' :
5. sudo apt-get update : It will update the system apt-list
6. sudo apt-get install jenkins : It will install the Jenkins

Once done, go to the browser and paste the ip address of the system and use the port 8080. 8080 is the default port that Jenkins uses.

It will ask for the temporary password. Use the password and install the default plugin and it will take you the Jenkins dashboard.

share, support, like and subscribe
Subscribe : https://www.youtube.com/channel/UC5Lc...
LinkedIn :   / pankaj-ch.  .
Facebook :   / pankajchhatri  
Twitter :   / pankajchhatri  
Google plus : https://plus.google.com/u/0/+pankajch...

About : AEM/CQ5 and Devops tutorial is a youtube channel which helps you to learn AEM and devops concepts theoretically as well as practically.