cloudfoundry-community / slack-notification-resource

Concourse CI resource for sending notifications to Slack.
MIT License
75 stars 82 forks source link

Support for `channel_file` out parameter #34

Closed miromode closed 7 years ago

miromode commented 7 years ago

Optional channel_file parameter for out that reads a list of additional (whitespace separated) Slack channels from a file generated by a previous task.

For example, sometimes its nice to be able to send a DM to the author of each build's source code commit. This way, the preceding task can pull the username out of the Git log or GitHub API and map that to their Slack username.

norman-abramovitz commented 7 years ago

Would it be possible to add a test case(s) for your changes

drnic commented 7 years ago

@miromode this is now in latest docker image