wantedly / step-pretty-slack-notify

Posts wercker build/deploy status to a Slack channel
MIT License
88 stars 34 forks source link

Add ability to define messages #27

Closed berstend closed 7 years ago

berstend commented 8 years ago

Great job with this!

It'd be great to be able to (optionally) define messages for passed / failed {builds,deploys} to use this step in more places and to add more $debug information.

Similar to this one: https://github.com/sherzberg/wercker-step-slack-notify#optional

awakia commented 8 years ago

@berstend Thank you for the idea.

I think this function is nice to have feature. But to implement many nice to have feature usually reduce usability. I want step-pretty-slack-notify to keep simple. So, can you describe why you need to customize messages?

p.s. Pull Request is greatly appreciated for such features :smile_cat:

zeisss commented 7 years ago

I was looking for this too. My use case is to provide an URL to the deployed site in slack, so my team mates can just click the link when seeing the deployment happened in Slack.

awakia commented 7 years ago

@spesnova @dtan4 This function is requested multiple users. If you have time, can you consider to add the functionality?

awakia commented 7 years ago

@spesnova @dtan4 Thanks! great work!!