Discussion on "Jenkins Declarative Pipeline with copying code from GitHub and build code through docker by pushing the image to dockerHub and deploying using AWS." | Hashnode
Installing Java on Master Node
sudo apt update
sudo apt install openjdk-11-jre
Checking Java version
java --version
Installing Jenkins
Now, go to the Master node ec2 instance and add port 8080 in the security group.
-> Copy and paste ...
Suraj barik
Aspiring DevOps Engineer
Thank you so much for sharing Manish Negi. I have found it extremely helpful.