Configure Jenkins on EC2 instance

To launch Jenkins hit the EC2 instance IP followed by port 8080: http://<ip address of instance>:8080

Move to the directory where the Jenkins password is stored and paste the password

sudo cat /var/lib/jenkins/secrets/initialAdminPassword

Install the suggested plugins in Jenkins

Provide username, password and other details to login

Install the Docker Pipeline and SonarQube Scanner plugins on Jenkins

Now Jenkins is ready to be used to create the CI pipeline

Last updated