Continuous integration using Jenkins for .NET and Angular application.
Continuous integration using Jenkins for .NET and Angular application. Hey guys couple of days back I tried to setup Jenkins for my project, I struggle a lot because I did not find any blog which explain end to end configuration. So here I am writing this blog which will include end to end configuration. At the end of this blog you will be able to deploy your application to server using Jenkins. Continuous Integration It’s a process in which all the development work integrated as early as possible. What does that mean or how it can help you? In easy words it’s a process which saves your time, it automate the build process. In absence of continuous integration you give manual build and you repeat the same process over and over again, that can leads you to a lot of issues because more human intervention break things. Why Jenkins? Jenkins is the powerful tool (#1 in 2017) for continuous integration. It gives you so many plugins which helps you t...