|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Looks like this issue is related to the Local Workfolder path, which is . by default.
The TFS clients (latest ones) does not accept . as the working folder.
A solution for this could be to use the ${WORKSPACE}. But it looks like the plugin does not expand the ${WORKSPACE} variable when evaluating the Local Workfolder property.
I am using a linux machine and it works when I give the absolute path like /var/lib/jenkins/workspace/test-project (where test-project) is the jenkins project name.
This should be a fix in the TFS plugin.