blob: 49cfa6ce9988cea0b224c02fc6b228c3c04bbc65 [file] [log] [blame]
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"}'
}