CI/CD Getting Started – Setting up Remote Codebase Repository using Git

In a previous article, we were just getting started on automation server by installing and configuring a Jenkins automation server node onto a windows machine (Linux and Mac instructions added as well). In this journey, let's begin by setting up a Git repo and push all our local codebase into a central repo for the automation server to use.

Getting Started with CI/CD – Setting up Jenkins for Automation

Automation Servers are system nodes which perform predefined actions repetitively as a result of an event trigger or a periodic instruction with minimal or no manual intervention. And we shall look into setting up one such automation server which is also one of the most widely used tools in the market - Jenkins.