Continuous integration using Visual Studio Team Services
We often say DevOps has nothing to do with the tools. All tools perform the same operation with some minor variations or flexibility. We will see how continuous integration can be performed using VSTS.
Create an Account
in VSTS and create one Project
with the name PetClinic
.
Eclipse and VSTS integration
In this section, we will see how to integrate Eclipse and VSTS so we can commit the code from the local system to VSTS.
Download Eclipse, open it, and click on the Help
menu. Select Install New Software
.
Add a site to install the TFS plugin in Eclipse so we can commit code to VSTS from the Eclipse directly.
Select Team Explorer Everywhere
and click on Next
:

Review Install Details
and click on Next
.
Review Licenses
and Accept Terms
and click on Finish
.
Wait until the installation is complete and restart the Eclipse.
In Eclipse, go to Window
| Perspective
| Open Perspective
| Other...
| Select Team Foundation Server Exploring
.
Click on Connect...