Issue Type: Bug Bug
Affects Versions: current
Assignee: redsolo
Components: tfs
Created: 02/Jul/13 8:58 PM
Description:

The following exception is thrown when the plugin is used in HUDSON (not sure about Jenkins...yet)

An error occurred: com.microsoft.tfs.core.exceptions.TFSUnauthorizedException: Access denied connecting to TFS server http://company_build_server.com:8080/ (authenticating as company_domain\company_userId)
FATAL: Executable returned an unexpected result code [100]
ERROR: null

...where the company_domain\company_userId is something like "abc\xyz". The other commands used earlier in the build process ("tf workspace", "tf get", etc) work fine using the "company_domain\company_userId" format.

I think an extra slash "\" is not being inserted. In other words the slashed is not being escaped.

For giggles I tried switching the format of the userId to "company_user@company_domain" the "tf workspace" command (at the beginning of the build) fails. I get an authentication failure.

Environment: Hudson running on Linux x86_64, TFS plugin 1.20, TEE 11.0.0.1306
Project: Jenkins
Priority: Major Major
Reporter: CJ Aspromgos
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.
 
 

Reply via email to