I am trying to perform CI through Jenkins on .NET projects using TFS as source control. I have created Master Slave connection with Jenkins. Master is my machine and Slave is different VM. When I am trying to create the build it is failing because it is not having the project files. I have configured Poll SCM to the Jenkins Job with values H/10 * * * *. If I am not wrong it should get all the source code from TFS in every 10min if it finds any changes. But when I check Team Foundation Server Polling Log it shows the following output.
Started on 3 Jun, 2015 11:54:56 AM
Done. Took 1.4 sec
No changes
Can anybody help me on retrieving Source code from TFS to Jenkins slave automatically.