Pipeline Email Notification


Pipeline Email Server Configuration

Refer to Pipeline configuration to configure IDA email server.

Pipeline Email Notification Configuration

In pipeline definition, there is Email Notification section which allows users to configure pipeline email notification when pipeline build is pending, successful or failed.

On Success Email and On Failure Email Notification

Enable On Success/On Failure Email Notification. In the To field, enter a comma-separated list of recipients’ emails. In the Subject and Message fields, enter email subject and message body templates which can use supported template parameters.

On Pending Email Notification

Enable On Pending Email Notification. In the To field, recipients’ emails will be generated based on approvers of the pending stage or resumers of the pending step. In the Subject and Message fields, enter email subject and message body templates which can use supported template parameters.

At least 1 of the pending stage approvers or pending step resumers must have email configured in user profile:

Supported Email Template Parameters:

${PIPELINE_NAME}: current pipeline name
${PIPELINE_ID}: current pipeline ID
${STAGE_NAME}: current stage name
${STEP_NAME}: current step name
${BUILD_ID}: current build id
${BUILD_REPORT_URL}: current build report URL
${APP_ACRONYM}: current processApp acronym name
${SNAPSHOT_ACRONYM}: current snapshot acronym name

Categories:

Updated: