Link or alias user account in Jenkins to TFS user account

时间:2016-02-12 19:47:00

标签: jenkins tfs user-management

Jenkin shows two accounts for the same person, one from Active Directory and one from Team Foundation Server (TFS).

  • When I checkin code, a build is triggered (in this case Main - Build config) and the changes show user windows live id_steven@example.com with email address Windows Live ID\steven@example.com
  • When I click Build Now in Jenkins, it shows the changes came from user ssteven with email address Steven@Example.com

How can I link these two accounts since they are both the same person?

enter image description here

1 个答案:

答案 0 :(得分:3)

Additional Identities Plugin应该可以通过匹配各种属性来合并帐户,例如TFS帐户ID。

然而,这可能并不适用于所有情况,并且在詹金斯中通常是一个长期悬而未决的问题:
https://issues.jenkins-ci.org/browse/JENKINS-10258