Streamlining CI/CD with Jenkins: Leveraging SonarQube, Docker, and GitHub Webhooks on AWS
Setting Up The Servers
We need three ec2 instances for Jenkins, SonarQube, and Docker [ t2.medium] , and also make sure to set up the required Security Groups for proper functioning.
Jenkins: Default Port 8080
Sonar: Default Port 9000
Jenkins Set...