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

Working with Git Date Posted:16-04-2017 Git is a version control system designed to handle small projects to large projects in a effective way. This post explains on how to use git commands and how to handle git repositories,etc., Git Repositories: Git repositories are the location where you can store the… Continue Reading Working with Git commands and Repositories

Date Posted:28-01-2017 In the modern era, deploying the code on the multiple server is a challenging one. In classic, people normally use FTP/SFTP to upload the files and restart application. In this article, we are gonna explain how to use code deploy aws service to deploy the code on aws… Continue Reading Setup AWS codedeploy on Linux