Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 512 Bytes

File metadata and controls

23 lines (18 loc) · 512 Bytes

TFS/Team Services plugin

TFS plugin configuration belongs under unclassified root element

sample configuration

jenkins: 
  [...]
unclassified:
  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