Jenkins provides an easy-to-use Continuous Integration method, making it easier for developers to integrate changes to the project.We can use Visual Studio Online (VSO) to store code and use Jenkins for Continuous Integration builds. A Jenkins build can be triggered when code is checked into TFS with TFVC as the code repository.In this blog, I am showcasing the ability of using TFS Version Control of a team project setup in VSO for Jenkins build system. Pre-requisites:1. &n...
Read More