Skip to content

Commit

Permalink
Close #23 TFS plugin verified and documented
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewelina Wilkosz committed Dec 8, 2017
1 parent d185e0e commit f156c99
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 19 additions & 0 deletions demos/tfs/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f156c99

Please sign in to comment.