xebialabs-community / xlr-tfs-plugin

Integration between XLR and TFS 2013 and TFS 2015
MIT License
3 stars 5 forks source link

Added TFS Triggers #7

Closed istairbn closed 7 years ago

istairbn commented 7 years ago

The existing triggers (Git and SVN) don't work with TFS. Therefore, I have created them.

GitCommitTrigger - Takes a Collection, Project, Repo, and Branch - polls it and triggers if the latest commitId is different.

TFVCChagesetTrigger - Takes a Collection and Project - polls it and triggers if the latest changeset ID is different.

Accepts NTLM authentication (username, password, domain)