Jenkins – Continuous Deployment of .NET Projects with Git Hub

Jenkins is free and open source automation server. It helps to automate tasks related to building, testing and delivering/deploying the software. Jenkins backed by powerful plugins to integrate with source control management software like GitHub and can be setup to automatically get the source code form GitHub repository, build it and autonomously. Procedure to setup Jenkins to build and deploy .NET Projects. This tutorial divided … Continue reading Jenkins – Continuous Deployment of .NET Projects with Git Hub