Sign inSign up

parrazam/drone-ntfy

By parrazam

Updated over 2 years ago

The Ntfy.sh plugin posts build status messages to your selected Ntfy server.

Image
Integration & delivery
Developer tools
Monitoring & observability
0

8.4K

parrazam/drone-ntfy repository overview

Drone Ntfy plugin

Build Status

The Ntfy.sh plugin posts build status messages to your selected Ntfy server.

Example:

kind: pipeline
name: default

steps:
- name: send ntfy notification
  image: parrazam/drone-ntfy
  when:
      status: [success, failure]
  settings:
    url: https://ntfy.example.org
    topic: events
    priority: low
    tags:
      - pipeline-status
      - dev
    token:
      from_secret: ntfy_token

Properties

url string [optional]
Ntfy server.

topic string [REQUIRED]
Topic to publish message.

Default: none

priority string [optional]
Priority of the notification. Values can be [min, low, default, high, max].

Default: default

tags string [optional]
Custom tags to include.

Default: none

username string [optional]
Username with publish permissions.

Default: none

password string [optional]
[SECRET RECOMMENDED]
Password for username.

Default: none

token string [optional]
[SECRET RECOMMENDED]
Token to use, instead username and password.

Default: none

Tag summary

Content type

Image

Digest

sha256:8be16e9a9

Size

12.3 MB

Last updated

over 2 years ago

docker pull parrazam/drone-ntfy