Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 423 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 423 Bytes

Small go project that can be run as a build step in TeamCity, to post changes for the current build to a slack channel.

You'll need to set the following parameters in the TC build:

env.SLACKWEBHOOKURL: Generate this on https://api.slack.com/incoming-webhooks
env.TCBUILDID: %teamcity.build.id%
env.TCPASS: %system.teamcity.auth.password%
env.TCUSER: %system.teamcity.auth.userId%
env.TCHOST: %teamcity.serverUrl%