cloudfoundry-community / slack-notification-resource

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

Add disable option #52

Closed tprobinson closed 6 years ago

tprobinson commented 6 years ago

The purpose of this option is to be able to temporarily disable Slack notifications (for testing pipeline configurations or errors) without editing the whole pipeline to remove or comment out the put steps and the resource itself.

I wasn't sure how to add a test for this since it essentially skips everything. If you think this should be implemented differently (like outputting a message or more data) please feel free to say so and I'll edit this.

jhunt commented 6 years ago

Thanks!