|
3 years ago | |
---|---|---|
test | 3 years ago | |
.drone.yml | 3 years ago | |
Dockerfile | 3 years ago | |
README.md | 3 years ago | |
sendxmpp.sh | 3 years ago |
Drone plugin for sending messages to Jabber accounts, using sendxmpp
you obviously need a valid jabber account to send messages, this can be your own account or a dedicated one just for your drone notifications.
docker run
-e PLUGIN_USERNAME=someaccount
-e PLUGIN_JSERVER=jabberserver.invalid
-e SENDXMPP_PASSWORD=secret1234
-e PLUGIN_RECIPIENT=someone@jabberserver.invalid
bunix42/drone-sendxmpp
pipeline:
sendxmpp:
image: bunix42/drone-sendxmpp
pull: true
recipient: someone@jabberserver.invalid
jserver: jabberserver.invalid
secrets: [ sendxmpp_username, sendxmpp_password ]
sendxmpp_username
username without domain part used for authenticationsendxmpp_password
password used for authenticationrecipient
jabber id of the account to receive the messagejserver
jabberserver of the sending accountusername
username to use for authentication (better use drone secrets)password
password to use for authentication (better use drone secrets)repo:tag/branch:status:link
)