New Relic with YAML

YAML parameters for New Relic

NameTypeDescription
action RequiredStringThe name of the action.
type RequiredStringThe type of the action. Should be set to NEW_RELIC.
application_id RequiredStringThe ID of the Newrelic application.
integration RequiredStringThe ID of the integration.
description RequiredStringThe title of the notification.
region RequiredStringThe New Relic region. Can be either US or EU.
changelogStringThe content of the notification.
versionStringThe revision to which the application is deployed. If not set, the default value is $BUDDY_EXECUTION_REVISION.

YAML example for New Relic

yaml
actions: - action: "NEWRELIC Action" type: "NEW_RELIC" description": "${BUDDY_PIPELINE_NAME} execution #${BUDDY_EXECUTION_ID}" changelog": "change log" application_id": "65867123" integration: "my_integration" version: "$BUDDY_EXECUTION_REVISION"

Last modified on Sep 23, 2024