Posts

Showing posts from February, 2019

Create a continuous integration pipeline using Jenkins and GitLab/Github

Image
Executive Summary : There is always many solutions to a problem but whichever is straight forward and accurate always should be approached first. In earlier days the builds or applications used to be deployed on dedicated server or dedicated infrastructures were required to host applications or solutions and they were also too much costly. But in today's time CLOUD is the solution of those problems. In the same context, CI/CD pipeline come into the picture where with just one click you can build/test/deploy your solution without any lengthy process to be followed. That's what this blog is all about, it will guide you through how you can create the Pipeline to automate build/test/deploy stages using Jenkins, GitLab and Virtualisation (It can be a machine, docker, kubernetes - cluster). Assumptions and Pre-requisites : You have GitLab in your local server with an account or you must be holding account in public Github. Jenkins must be installed on your local machine or...