Close #23 TFS plugin verified and documented

This commit is contained in:
Ewelina Wilkosz 2017-12-08 13:13:29 +01:00
parent d185e0eb1f
commit f156c99933
2 changed files with 20 additions and 0 deletions

View File

@ -12,4 +12,5 @@ Here is a list of plugin we have successfuly tested to support configuration-as-
- [x] mailer plugin with some limitations ([details](demos/mailer/README.md))
- [x] git plugin ([details](demos/git/README.md))
- [x] artifactory plugin ([details](demos/artifactory/README.md))
- [x] tfs plugin with some limitations ([details](demos/tfs/README.md))
- [ ] more to come soon...

19
demos/tfs/README.md Normal file
View File

@ -0,0 +1,19 @@
# TFS/Team Services plugin
## sample configuration
```yaml
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