jenkins project
Step 1 : In first step we have to create aws ec2 instance.
Step 2 : Run the below commands to install Java and Jenkins
sudo apt update
sudo apt install openjdk-11-jre
Step 3 : verify java is installed.
java -version
Step 4 : Now you can processed...
shreyashbhise.hashnode.dev4 min read