When a continuous integration system is operational, it's beneficial to ensure that all stakeholders are promptly informed about the successes and failures of deployments.
We can achieve this by utilizing Azure DevOps to send real-time updates to our team members via Slack notifications.
Slack
- Create a channel in Slack: Ex. Call it Release Hub
- Create an new Slack App: Ex Call it DevOps Notifications
- Once the new Slack App has been created, go to Incoming Webhooks , create a new one, select Release Hub
- Copy the new generated URL
Azure DevOps
- Go to your Project Settings
- Click the + icon, and select Slack
- Select the Triggers and Filters 4.Copy the Slack WebHook Url (see point 4 above)
- Test and Finish
Results
When a build was created, Slack users got this message
Top comments (0)