If you get the above error when you setup Jenkins job, please follow the below steps. There may be several reasons behind this error. One the reason may be if you don’t have git installed where you have jenkins server. To avoid this you can use the below given command.… Continue Reading Failed to connect to repository Error performing git command git ls-remote -h https github com jenikis hook git HEAD

How to install SSL certificate on gitlab Date Posted: 06-10-2017 This post explains on how to install SSL certificate on gitlab. This post assumes that we have SSL certificate purchased already and we have a private key with us. Assumption: Gitlab installed. Configuration path isĀ /etc/gitlab SSL certificate and private key… Continue Reading How to install SSL certificate on gitlab

Introduction Git is a distributed version control system used to track and manage changes in source code and other project files. It allows developers and teams to work on projects collaboratively while maintaining a complete history of changes. Git can be used with remote repository platforms such as GitHub, GitLab,… Continue Reading Introduction to Git and Common Git Commands

Introduction Deploying applications to multiple servers manually using FTP or SFTP can be time-consuming and difficult to manage. AWS CodeDeploy helps automate application deployments to Amazon EC2 instances and other supported environments. In this guide, we will set up AWS CodeDeploy on an Ubuntu/Linux server and deploy application code from… Continue Reading How to Set Up AWS CodeDeploy on Linux