Issue Type: Bug Bug
Affects Versions: current
Assignee: redsolo
Components: tfs
Created: 24/Feb/14 8:47 PM
Description:

I tryed checkout source code from TFS in described environment.
It ends with this bug :

[workspace] $ D:/utils/TEE-CLC-11.0.0/tf.cmd workspace \
-new jenkins-forms-vlk-MASTER;mylogin@MYDOMAIN \
-noprompt -server:http://s11-ba:8080/ ********

An error occurred: TF14044: Access Denied: \
User MYDOMAIN\mylogin needs the AdminWorkspaces\
global permission(s).

I did an investigation and realised, that the used commad is wrong. The correct commad should be :

[workspace] $ D:/utils/TEE-CLC-11.0.0/tf.cmd workspace \
-new jenkins-forms-vlk-MASTER \
-noprompt -server:http://s11-ba:8080/ ********

Also I tryed to find solution in source code. And I realised, that this was added in https://github.com/jenkinsci/tfs-plugin/commit/0c8af5367fca40734d7b456078ef68b3c1f96f76

But I don't understan why, because that request was marked "Won't fix"
https://java.net/projects/hudson/lists/issues/archive/2010-09/message/992

Please revert this changeset.

Environment: Jenkins v 1.551 + TFS Plugin 3.0.1
server : Microsoft TFS 2008
client : TEE-CLC-11.0.0 ( Team Explorer Everywhere )
Project: Jenkins
Priority: Blocker Blocker
Reporter: Vladimir Kralik
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