Close #23 TFS plugin verified and documented
This commit is contained in:
parent
d185e0eb1f
commit
f156c99933
|
|
@ -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...
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue