How to install Jenkins on Amazon Linux EC2 Machine

Step 1 : Update your EC2 instance machine sudo yum update Step 2 : Add the Jenkins repo using the following command sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo Import a key file from Jenkins-CI to enable installation from the package: sudo rpm –import https://pkg.jenkins.io/redhat-stable/jenkins.io.key Step 3 […]