blob: a08c0f9531f233321b0df5e47ed23f066a37ff4c [file] [log] [blame]
def call() {
emailext to: 'notifications@logging.apache.org',
from: 'Mr. Jenkins <jenkins@ci-builds.apache.org>',
subject: "[CI][SUCCESS] ${env.JOB_NAME}#${env.BUILD_NUMBER} back to normal",
mimeType: 'text/html',
body: '${JELLY_SCRIPT,template="html_gmail"}'
}