Getting Slack Notifications For CircleCi 2.0 Workflows

CircleCi 2.0 has introduced workflows. A workflow is a set of declarations that define a number of jobs, their run order and helps you orchestrate and troubleshoot those jobs. It has a lot of benefits compared to CircleCi 1.0 that doesn’t support workflows. However, our team switched to CircleCi 2.0, getting notifications on our continuous integration process became a problem. Our team usuallys gets their notifications through Slack. We have a channel and all our CI/CD processes/pipelines report to that slack channel.

Read More