aa900031 / newrelic-deployment

Drone Plugin - Newrelic Post Deployment Record

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write your plugin documentation here.

The following parameters are used to configuration the plugin's behavior:

  • api_key - Newrelic API Key
  • app_id - Newrelic App ID
  • user - (optional) Newrelic User, default: DRONE_COMMIT_AUTHOR, fallback: "Drone CI"
  • revision - (optional) Newrelic Revision default: DRONE_COMMIT_SHA, fallback: "No Text In Revision"
  • change_log - (optional) Newrelic ChangeLog default: DRONE_COMMIT_MESSAGE, fallback: "No Text In Changelog"
  • description - (optional) Newrelic Description default: DRONE_COMMIT_MESSAGE, fallback: "No Text In Description"

The following is a sample newrelic-deployment configuration in your .drone.yml file:

---
kind: pipeline
name: newrelic-deployment

steps:
- name: Newrelic - Push Deployment
  image: cityfurniture/drone-newrelic-deployment
  settings:
    app_id: YOUR_APP_ID
    api_key: YOUR_API_KEY

About

Drone Plugin - Newrelic Post Deployment Record

License:Apache License 2.0


Languages

Language:JavaScript 88.6%Language:Dockerfile 11.4%