Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 492 Bytes

File metadata and controls

22 lines (17 loc) · 492 Bytes

TFS/Team Services plugin

TFS plugin configuration belongs under jenkins root element

sample configuration

jenkins:
  [...]
  teampluginglobalconfig:
    collectionConfigurations:
      - collectionUrl: http://test.com
        credentialsId: tfsCredentials
    enableTeamPushTriggerForAllJobs: true
    enableTeamStatusForAllJobs: true
    #userAccountMapper:
    configFolderPerNode: true

implementation note

User account name mapping strategy is not yet supported