New Relic with YAML

YAML parameters for New Relic

Name Type Description
action Required String The name of the action.
type Required String The type of the action. Should be set to NEW_RELIC.
application_id Required String The ID of the Newrelic application.
integration Required String The ID of the integration.
description Required String The title of the notification.
region Required String The New Relic region. Can be either US or EU.
changelog String The content of the notification.
version String The revision to which the application is deployed. If not set, the default value is $BUDDYRUNCOMMIT.

YAML example for New Relic

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

Last modified on Jul 31, 2025