blob: 3f4172ab1160b2e9447fef148e8c41c76dbd6549 [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",
body: '${SCRIPT, template="groovy-text.template"}'
}