Install Jenkins on Amzon EC2 #ubuntu #linux #AWS #ec2 #UBUNTU22.04
Hello Guys how are you welcome to our channel Tech Matrix today in this video we will see how we can Install Jenkins on Amazon EC2 totally fresh installation.
Links to refer to Jenkins
https://www.jenkins.io/doc/book/insta...
Steps to refer :
1) sudo apt-get update
2) sudo apt install openjdk-17-jre -y
3) check java version from : java --version
4) Create a .sh file with any name for here we used : vi install.sh
5) copy the below command into this file :
6) refer weekly release : https://www.jenkins.io/doc/book/insta...
7) While executing the script bash install.sh , give Y as permission.
8) sudo systemctl start jenkins.service
9) sudo systemctl status jenkins
10) start the public ip of ec2 with :8080 appended after it and it will launch the jenkins .
If you need any help please drop a message below as a comment will definitely help!