Jenkins CI/CD pipeline with GitHub web-hook integration and alert notifications when failed.
First of all, go to the AWS portal, and create an EC2 instance with filed some details.
Then we need to install Jenkins on the ec2 instance.
Jenkins requires the Java Runtime Environment (JRE).
To install OpenJDK 11, run:
sudo apt install openjdk-11-...
utpalpatel.hashnode.dev4 min read