OutgoingWebhook Environment Variables

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

Whenever Webhook is used in a step, a set of environment variables is automatically made available that you can use in your step.

Environment Variable

Description

                                       res_<resource_name>_name
                                    

Name of the resource

res_<resource_name>_payload

The JSON payload attached to the resource

res_<resource_name>_skipWebhook

When set to true, the outgoing webhook will not be sent. This is useful to inhibit sending of a prepared webhook in a step's onFailuresection.

Defaults to false.