Skip to content

Polling build results from TFS and pushing them to slack via webhook

Notifications You must be signed in to change notification settings

madsny/TfsToSlack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TfsToSlack

Polling build results from TFS and pushing them to slack via webhook

  1. Create an incoming webHook in the slack team of your choice
  2. Modify appSettings.config
  3. Build
  4. TfsPoller.exe install
  5. TfsPoller.exe start

##Additional application settings:

  • slack.username (default "TFS Build Bot")
  • slack.defaultchannel (default #general) - where all non-failed-build notifications are posted
  • slack.failedchannel (default #general)
  • slack.failedicon (default 📛)
  • slack.defaulticon (default ✅)

##FAQ

  • Why are there so many package dependencies?
    • You know...

About

Polling build results from TFS and pushing them to slack via webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages