Jenkins CI/CD Pipeline - SonarQube, Docker, Github Webhooks on AWS
Launch Instances
I have created 3 t2.medium instances
Instance for Jenkins
Instance for Sonarqube
Instance for Docker
Install Jenkins
Jenkins Server
sudo apt update
clear
Now we have to install java first before installing Jenkins
sudo apt ins...
brodevops.hashnode.dev7 min read