redsolo commented on Bug JENKINS-15384

Im not sure why this is happening and unfortunately i dont have a real TFS to work with. Instead I only can use the codeplex TFS instance which may work like all the other TSF versions out there. Its hard for me to fix this unless I get a good way of reproducing the issue, so if you can get any more details on when this issue happens that would be great. How reproducable is it for you? Every build, every day?

Ive configure two jobs on my local jenkins instance to see if I get the "All files are up to date." issue when retrieving files from the TFS.

  • Job pusher - triggers every 3 mins
    • checks out a TFS project
    • creates a local file containing the file stamp
    • adds this to the TF workspace (tf add)
    • commits the file (tf checkin)
  • Job receiver - polls SCM every 10 min
    • checks out the same TFS project
    • fails the build if it finds the "All files are up to date." text in the console (using the text-finder plugin)

Would the "Job receiver" resemble the problems you are seeing? ie, the "tf get" command would sometimes yield the "all files are up to date"?

ive had this running for an hour now without any problems, but then again this very simple setup may not be applicable to the issue you are seeing.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to