vars/notifyBuildUnstable.groovy (7 lines of code) (raw):
def call() {
emailext to: 'notifications@logging.apache.org',
from: 'Mr. Jenkins <jenkins@ci-builds.apache.org>',
subject: "[CI][UNSTABLE] ${env.JOB_NAME}#${env.BUILD_NUMBER} has test failures",
mimeType: 'text/html',
body: '${JELLY_SCRIPT,template="html_gmail"}'
}