Sending Notifications from Pipelines

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

You can send notifications through an external service such as Slack or email when a step starts, succeeds, fails or completes. This can be configured by using the utility function send_notification in the onStart, onSuccess, onFailure, onComplete sections of your step definition.

JFrog Pipelines connects your notification services through Integrations for those services. This provides Pipelines with the credentials needed to send notifications on your behalf, and keeps thissensitive information abstracted from your Pipeline source files and hidden from other users.

This page explains how to send a Slack notification and an email notification. Similarly, you can use the utility function send_notification to send notifications through other integrations, such as Airbrake, Jira, or NewRelic.

The following options exist for sending notifications from Pipelines: