跳到主要内容

New Relic with YAML

List of YAML parameters and examples for the "New Relic" action

YAML parameters for New Relic

名称类型描述
action
必填
String操作名称
type
必填
StringThe type of the action. Should be set to NEW_RELIC.
application_id
必填
StringThe ID of the Newrelic application.
integration_hash
必填
StringThe ID of the integration.
description
必填
StringThe title of the notification.
region
必填
StringThe New Relic region. Can be either US or EU.
device_name
必填
StringThe name of the application.
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

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