please use https://github.com/DFTi/strider-slack instead
cd into strider deployment and run
cd node_modules/strider-simple-runner/node_modules
git clone https://github.com/DFTi/strider-slack-hack.git
cd strider-slack-hack
npm install
customize the message in index.js if you want
In your strider runner's env vars, add your SLACK_DOMAIN and SLACK_WEBHOOK_TOKEN
In strider-simple-runner/lib/index.js around line 371 you'll find a self.log telling that the job was done without errors; add this code:
require('strider-slack-hack')(job.project.name).tested(jobdata.phases.test.exitCode);
restart strider
i tried, but the instructions were missing/lousy/outdated see https://github.com/DFTi/strider-slack
i tried, but it's broken as of Strider-CD/strider-webhooks#4