Jenkins: Automate Notifications for a Jenkins Pipeline

Viewed 19

I have a Jenkins pipeline which performs different steps during deployment. While the deployment is being performed, I would like Jenkins to send notifications about the status of each step to a channel added on communication tool "Teams".

Can someone provide a suggestion on the best route to achieve this?

1 Answers
Related