Notifies slack users about their completed builds in jenkins (user email should be same in slack and jenkins).
runtime.json
{
"jenkins": {
"baseUrl": "https://user@domain:token@host"
},
"slack": {
"token": "secret",
"name": "Vasya"
}
}
npm start
or with cute colored logs:
npm run start-local