Hello all,
Currently I have a build machine that uses Microsoft TFS build definitions. I currently use Slack service hook to notify our team when a build fails. I need to create a generic service hook on an external machine to receive build events from the same tfs build.
This external machine is not on our network so it has to receive the hook via the internet (just like Slack does). But unlike Slack, I need to execute a script on the external machine instead of posting a message. I am assuming the webhooks is the way to go,
But I would need an HTTP service endpoint on the external machine which I am not sure how to setup. Any advice appreciated, not sure if I'm just way off or if one of the other service hooks may be better for this purpose.