Installing Jenkins on Amazon EC2: A Complete Tutorial
In this article, we will learn how to install Jenkins on an EC2 Instance.
First, spin up an EC2 Instance with any configuration and update the packages using the command below:
sudo apt update && sudo apt upgrade -y
JDK is a mandatory application fo...
varunraj30.hashnode.dev2 min read