Jenkins

Setup SSH between Jenkins and Github

Posted on

This blog will guide you through a detailed but yet easy steps for setup SSH between Jenkins and Github .Using this approach, you do not need to provide your credentials to configure the git repo in your Jenkins job. and you will achieve the password-less connection.However in order to launch linux instance on AWS where […]

Jenkins

CI/CD Setup Ruby On Rails using Jenkins

Posted on

In this blog, we will  do the CI/CD Setup Ruby On Rails using Jenkins. Prerequisite Java — Install Java from here Jenkins — Install Jenkins from here Git — sudo yum install git Install Plugins in Jenkins Go to Manage Jenkins -> Manage Plugins -> RubyMetrics, Rake, Rvm Go To Manage Jenkins -> Configure System -> Search for Rake Find the RVM […]