configuration-as-code-plugin/demos/tfs/README.md

495 B

TFS/Team Services plugin

TFS plugin configuration belongs under unclassified root element

sample configuration

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.