task('mattermost:notify:failure', function() {
    if (null === get('mattermost_webhook')) {
        return;
    }