ASP.Net Web Application Continuous Integration (CI) using Jenkins automation server: Creating Jobs In Jenkins: Getting source code from Bitbucket hosted git repository, polling the SCM to check whether changes were made, restore Nuget packages, build project using MSBuild, publish and archive the build
In this blog post, we will see how we can create a...