Email to Slack Notifier Using Python

_config.yml

In my current team at work, we use GoCD extensively. GoCD is used to compile, test, build, package, and deploy the artefacts to their intended environments. The lifecycle starts with a code check-in to TFS (we use TFS as SCM tool). Respective GoCD pipelines will kickstart automatically to fetch the latest version of the codebase, and it goes through the stages mentioned earlier.

Read More