Best Plugin to notify the new job and configuration changes in Jenkins?

jenkins, jenkins-plugins

Solution

Two Plugins:

Job Config History, for job changes: https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin

Audit Trail Plugin, For job creation/deletion/execution/etc: https://wiki.jenkins-ci.org/display/JENKINS/Audit+Trail+Plugin

Problem

What is the best plugin to be used in the Jenkins to notify the creation of the New job and the any changes in the Jenkins ?

Original source