Skip to content

edgeXEmail

Overview

Shared library to send build success/fail emails generated by the edgexEmailUtil.generateEmailTemplate function.

Parameters

Name Required Type Description and Default Value
subject false str Email subject.

Default: [${buildStatus}] ${env.JOB_NAME} Build #${env.BUILD_NUMBER}
emailTo true str Comma separated list of email address(s) to send email to.

Usage

edgeXEmail(emailTo: 'bob@example.com,susan@example.com')