blob: c2be9fd08a1eea572297f3b48fe49b5f4161c6b2 [file] [log] [blame]
def call() {
emailext to: 'notifications@logging.apache.org',
from: 'Mr. Jenkins <jenkins@ci-builds.apache.org>',
subject: "[CI][FAILURE] ${env.JOB_NAME}#${env.BUILD_NUMBER} has potential issues",
body: '${SCRIPT, template="groovy-text.template"}'
}