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 […]

Devops Tools

What is Continuous Integration?

Posted on

Definition :  Continuous Integration (CI) is a software development practice that requires developers to integrate their code into a shared repository at regular intervals (usually each person integrates at least daily – leading to multiple integrations per day). Further, e52ach integration/ check-in is verified by an automated build (including test) to detect integration errors  as […]