Notification in Jenkins

Jenkins is the most popular CI/CD tool, while is completely open-source.

It can automate building and testing the code at a faster rate and because of this software companies can speed up their development processes.

In Jenkins, a user can set up a notification when a Jenkins job fails/passes.

The most popular notification options are:

1. Slack 2. Email 3. Pagerduty

Mailer plugin and SMTP has to be configured to send an email notification.

The Pagerduty jenkins plugin will create a pagerduty alert and the user can extend it to create a PG ticket once the Jenkins job fails.