configuration-as-code-plugin/demos/tfs
Joseph Petersen 782f87e8cd
docs prettier formatting & cleanup (#831)
2019-04-17 12:55:25 +02:00
..
README.md docs prettier formatting & cleanup (#831) 2019-04-17 12:55:25 +02:00

README.md

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.